Skip to content

Commit

Permalink
housekeeping: switch 3.13 to non-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Oct 18, 2024
1 parent 821451f commit 73df50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
include:
- {name: '3.13', python: '3.13-dev', os: ubuntu-latest, tox: py313}
- {name: '3.13', python: '3.13', os: ubuntu-latest, tox: py313}
- {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312}
- {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311}
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}
Expand Down

0 comments on commit 73df50e

Please sign in to comment.