Skip to content

Commit

Permalink
Move tests to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fedimser committed Jan 15, 2025
1 parent 69b5d29 commit 353947c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.13'
python-version: '3.12'
architecture: 'x64'
- name: Install requirements
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.13'
python-version: '3.12'
architecture: 'x64'
- name: Install requirements
run: |
Expand Down

0 comments on commit 353947c

Please sign in to comment.