diff --git a/pyproject.toml b/pyproject.toml index cd9a2d3..ef88f68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] skip = "pp*" -manylinux-x86_64-image = "manylinux_2_24" test-requires = "pytest" test-command = "pytest {package}/test"