Skip to content

Commit

Permalink
- update for python 3.11 & cibw
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Oct 28, 2022
1 parent 49f11ba commit 2b8ef49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/experimental_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*']
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']

steps:
- uses: actions/checkout@v1
with:
submodules: recursive

- uses: pypa/cibuildwheel@v2.3.1
- uses: pypa/cibuildwheel@v2.11.2
env:
CIBW_BUILD: ${{ matrix.python_version }}
CIBW_ARCHS_MACOS: x86_64 arm64
Expand Down

0 comments on commit 2b8ef49

Please sign in to comment.