Skip to content

Commit

Permalink
cis: build wheels for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jun 13, 2022
1 parent 34c883d commit 6269dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
uses: pypa/cibuildwheel@v2.1.1
if: matrix.manylinux_version == 'manylinux2010'
env:
CIBW_BUILD: "cp39-* cp310-* pp37-*"
CIBW_BUILD: "cp39-* cp310-* cp311-* pp37-*"
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_ARCHS_LINUX: ${{ matrix.archs }}
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
Expand Down

0 comments on commit 6269dec

Please sign in to comment.