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 c4a7dbf commit 8bf0a26Copy full SHA for 8bf0a26
1 file changed
.github/workflows/wheels.yml
@@ -28,7 +28,7 @@ jobs:
28
fail-fast: false
29
matrix:
30
os: [ubuntu-20.04, windows-2019, macos-11]
31
- python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
+ python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
32
33
steps:
34
- uses: actions/checkout@v1
0 commit comments