Skip to content

Commit 73df50e

Browse files
committed
housekeeping: switch 3.13 to non-dev
1 parent 821451f commit 73df50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- {name: '3.13', python: '3.13-dev', os: ubuntu-latest, tox: py313}
28+
- {name: '3.13', python: '3.13', os: ubuntu-latest, tox: py313}
2929
- {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312}
3030
- {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311}
3131
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}

0 commit comments

Comments
 (0)