Removed ... interesting build targets.

This commit is contained in:
jupfi 2024-04-21 20:41:34 +02:00
parent 449c56c85e
commit a302e5080b

View file

@ -55,8 +55,6 @@ packages = ["src/limedriver"]
[tool.cibuildwheel]
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28_aarch64"
manylinux-ppc64le-image = "quay.io/pypa/manylinux_2_28_ppc64le"
manylinux-s390x-image = "quay.io/pypa/manylinux_2_28_s390x"
[tool.cibuildwheel.linux]
archs = ["aarch64", "x86_64", "ppc64le", "s390x"]
archs = ["aarch64", "x86_64"]