Skip to content

Commit 56d3e82

Browse files
committed
Drop useless skip for new cibuildwheel
1 parent 9b67532 commit 56d3e82

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
@@ -68,7 +68,7 @@ select = ["E", "F", "I", "PT", "W", "Q", "SIM"]
6868
build-frontend = {name="build", args=["--verbose"]}
6969
enable = "pypy cpython-prerelease cpython-freethreading graalpy"
7070
skip = """*-win32 *-manylinux_i686 *-musllinux_* \
71-
*-manylinux_armv7l pp310* pp*aarch64* gp3*win*"""
71+
*-manylinux_armv7l pp*aarch64* gp3*win*"""
7272
before-all = "bash scripts/cibw_before_all.sh"
7373
test-extras = "tests"
7474
test-command = "pytest {package}"

0 commit comments

Comments
 (0)