Skip to content

Commit 7b9cceb

Browse files
authored
drop experimental cp311 support (#72)
1 parent 7973d2c commit 7b9cceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
output-dir: wheelhouse
3636
env:
37-
CIBW_BUILD: '{cp36,cp37,cp38,cp39,cp310,cp311}-{manylinux_x86_64,manylinux_aarch64,win32,win_amd64,macosx_x86_64} {cp39,cp310,cp311}-macosx_arm64'
37+
CIBW_BUILD: '{cp36,cp37,cp38,cp39,cp310}-{manylinux_x86_64,manylinux_aarch64,win32,win_amd64,macosx_x86_64} {cp39,cp310}-macosx_arm64'
3838
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
3939
CIBW_ARCHS_LINUX: 'auto aarch64'
4040
CIBW_ARCHS_MACOS: 'auto arm64'

0 commit comments

Comments
 (0)