We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550b2dc commit ac04dd3Copy full SHA for ac04dd3
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"] # TODO: replace 3.12-dev with 3.12
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
fail-fast: false
23
0 commit comments