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 8bf0a26 commit 2e8aa05Copy full SHA for 2e8aa05
1 file changed
.github/workflows/experimental_wheels.yml
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
os: [ubuntu-20.04, windows-2019, macos-11]
36
- python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
+ python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
37
38
steps:
39
- uses: actions/checkout@v1
0 commit comments