Skip to content

Commit

Permalink
drop experimental cp311 support (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
escherba committed Sep 3, 2022
1 parent 7973d2c commit 7b9cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
output-dir: wheelhouse
env:
CIBW_BUILD: '{cp36,cp37,cp38,cp39,cp310,cp311}-{manylinux_x86_64,manylinux_aarch64,win32,win_amd64,macosx_x86_64} {cp39,cp310,cp311}-macosx_arm64'
CIBW_BUILD: '{cp36,cp37,cp38,cp39,cp310}-{manylinux_x86_64,manylinux_aarch64,win32,win_amd64,macosx_x86_64} {cp39,cp310}-macosx_arm64'
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_ARCHS_LINUX: 'auto aarch64'
CIBW_ARCHS_MACOS: 'auto arm64'
Expand Down

0 comments on commit 7b9cceb

Please sign in to comment.