We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5e82f commit a1e5717Copy full SHA for a1e5717
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- {python: '3.9', tox: py39}
31
- {python: '3.10', tox: py310}
32
- {python: '3.11', tox: py311}
33
- - {python: '3.12-dev', tox: py312}
+ - {python: '3.12', tox: py312}
34
steps:
35
- uses: actions/checkout@v4
36
- uses: actions/setup-python@v5
0 commit comments