Skip to content

Commit e862618

Browse files
committed
CI: continue to skip py312
1 parent f2b110f commit e862618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/build_wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export CIBW_SKIP="pp*"
3131
# platforms, so has to be compiled from source
3232
# during the build, which massively increases
3333
# build time and complexity.
34-
export CIBW_TEST_SKIP="*i686* *aarch64*"
34+
export CIBW_TEST_SKIP="*i686* *aarch64* cp312-win*"
3535

3636
# Pytest makes it *very* awkward to run tests
3737
# from an installed package, and still find/

0 commit comments

Comments
 (0)