Skip to content

Commit a1e5717

Browse files
committed
ci: test with latest py312
1 parent 2a5e82f commit a1e5717

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
@@ -30,7 +30,7 @@ jobs:
3030
- {python: '3.9', tox: py39}
3131
- {python: '3.10', tox: py310}
3232
- {python: '3.11', tox: py311}
33-
- {python: '3.12-dev', tox: py312}
33+
- {python: '3.12', tox: py312}
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)