Skip to content

Commit 71e0866

Browse files
authored
need 3.11 wheels too
1 parent 8932a79 commit 71e0866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-20.04, windows-2019, macos-10.15]
31-
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*']
31+
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
3232

3333
steps:
3434
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)