Skip to content

Commit

Permalink
Migrate tests to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fedimser committed Jan 15, 2025
1 parent 6d366cb commit 69b5d29
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.7'
python-version: '3.13'
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.7'
python-version: '3.13'
architecture: 'x64'
- name: Install requirements
run: |
Expand Down

0 comments on commit 69b5d29

Please sign in to comment.