Skip to content

Commit 4ed0fd0

Browse files
committedMar 20, 2025
also no musllinux aarch64
1 parent d330b32 commit 4ed0fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ norecursedirs = "test-data"
6060
# Disable PyPy builds due to our Cython code not being compatible with it yet
6161
# Disable Windows 32 builds, Musllinux builds due to rdkit not building on it
6262
# Disable i686, ppc64le, s390x, universal2, armv7l due to numpy not building on them
63-
skip = ["pp*", "*win32", "*armv7l", "*_i686", "*_ppc64le", "*_s390x", "*_universal2", "*musllinux_x86_64"]
63+
skip = ["pp*", "*win32", "*armv7l", "*_i686", "*_ppc64le", "*_s390x", "*_universal2", "*musllinux_x86_64", "*musllinux_aarch64"]
6464
test-requires = ["pytest", "pytest-xdist"]
6565
test-command = "pytest -n auto {project}/tests"
6666
manylinux-x86_64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)
Please sign in to comment.