File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,14 @@ archs = "AMD64 x86 ARM64"
1818test-command = " python -m tornado.test --fail-if-logs=false"
1919# Arm builds are cross-compiled and cannot be tested on the x86 host
2020test-skip = " *-win_arm64"
21+
22+ [tool .cibuildwheel .linux ]
23+ # This configuration has a bug which appears unrelated to Tornado:
24+ # https://github.com/python/cpython/issues/130522
25+ # If the underlying bug is not fixed by the time 3.14 is released,
26+ # we may need to skip that in musllinux_i686 as well.
27+ #
28+ # Note that because we use the stable ABI, the wheels built for
29+ # cp39-musllinux_i686 will still be available for users of 3.13, this just
30+ # means we won't be testing them in this configuration.
31+ test-skip = " cp313-musllinux_i686"
You can’t perform that action at this time.
0 commit comments