We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a3ca9 commit 267a3f1Copy full SHA for 267a3f1
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
CIBW_TEST_COMMAND: "python -VV && python -m unittest discover -f -s {project}/tests/test_unit/"
33
CIBW_TEST_EXTRAS: "full"
34
- CIBW_SKIP: "pp* cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* cp310-win32 *-musllinux_* *-manylinux_i686"
+ CIBW_SKIP: "pp* cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* *-win32 *-musllinux_* *-manylinux_i686"
35
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
36
CIBW_ARCHS_LINUX: auto aarch64
37
0 commit comments