Skip to content

Commit 5d3fb1d

Browse files
committed
Add Python 3.11 to wheels
1 parent 8546f26 commit 5d3fb1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python -m pip install cibuildwheel
7171
python -m cibuildwheel --output-dir wheelhouse
7272
env:
73-
CIBW_BUILD: 'cp38-win_amd64 cp39-win_amd64 cp310-win_amd64'
73+
CIBW_BUILD: 'cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64'
7474
CIBW_BEFORE_BUILD: python -m pip install -r requirements-build.txt
7575
CIBW_BEFORE_TEST: python -m pip install -r requirements-test-wheels.txt
7676
CIBW_TEST_COMMAND: python -m pytest -m "not heavy" {project}/tests
@@ -83,7 +83,7 @@ jobs:
8383
python -m pip install cibuildwheel
8484
python -m cibuildwheel --output-dir wheelhouse
8585
env:
86-
CIBW_BUILD: 'cp38-* cp39-* cp310-*'
86+
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*'
8787
CIBW_SKIP: '*-manylinux*_i686'
8888
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
8989
CIBW_BEFORE_BUILD: python -m pip install -r requirements-build.txt

0 commit comments

Comments
 (0)