We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b110f commit e862618Copy full SHA for e862618
.ci/build_wheels.sh
@@ -31,7 +31,7 @@ export CIBW_SKIP="pp*"
31
# platforms, so has to be compiled from source
32
# during the build, which massively increases
33
# build time and complexity.
34
-export CIBW_TEST_SKIP="*i686* *aarch64*"
+export CIBW_TEST_SKIP="*i686* *aarch64* cp312-win*"
35
36
# Pytest makes it *very* awkward to run tests
37
# from an installed package, and still find/
0 commit comments