Skip to content

Commit 2b8ef49

Browse files
authored
- update for python 3.11 & cibw
1 parent 49f11ba commit 2b8ef49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/experimental_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
os: [ubuntu-20.04, windows-2019, macos-10.15]
36-
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*']
36+
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
3737

3838
steps:
3939
- uses: actions/checkout@v1
4040
with:
4141
submodules: recursive
4242

43-
- uses: pypa/cibuildwheel@v2.3.1
43+
- uses: pypa/cibuildwheel@v2.11.2
4444
env:
4545
CIBW_BUILD: ${{ matrix.python_version }}
4646
CIBW_ARCHS_MACOS: x86_64 arm64

0 commit comments

Comments
 (0)