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 8932a79 commit 71e0866Copy full SHA for 71e0866
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-10.15]
31
- python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*']
+ python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
32
33
steps:
34
- uses: actions/checkout@v1
0 commit comments