Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
revert to 3.11 for issues of code conventions which raise warnings in 3.13
  • Loading branch information
nicgowans authored Feb 13, 2025
1 parent cae40ae commit 6e1b168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: '3.13'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6e1b168

Please sign in to comment.