Skip to content

Commit

Permalink
Enable Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 authored Jul 21, 2022
2 parents f67aefa + 2936274 commit 67bf3eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
env:
CIBW_PRERELEASE_PYTHONS: True # enable Python 3.11
CIBW_SKIP: "*-win32"
CIBW_BUILD: "cp37-*64 cp38-*64 cp39-*64 cp310-*64"
CIBW_BUILD: "cp37-*64 cp38-*64 cp39-*64 cp310-*64 cp311-*64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_ARCHS_MACOS: "x86_64 universal2"
CIBW_ARCHS_LINUX: ${{ matrix.config.arch }}
Expand Down

0 comments on commit 67bf3eb

Please sign in to comment.