Skip to content

Commit 8b14ac6

Browse files
committed
Skip testing musllinux_i686 on cp313t as well
1 parent 65e8660 commit 8b14ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ test-skip = "*-win_arm64"
2929
# Note that because we use the stable ABI, the wheels built for
3030
# cp39-musllinux_i686 will still be available for users of 3.13, this just
3131
# means we won't be testing them in this configuration.
32-
test-skip = "cp313-musllinux_i686"
32+
test-skip = "cp313-musllinux_i686 cp313t-musllinux_i686"

0 commit comments

Comments
 (0)