Skip to content

Commit d1520a2

Browse files
committed
Use manylinux_2_24
1 parent 7605699 commit d1520a2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ include-package-data = true
6565
zip-safe = false
6666

6767
[tool.setuptools.package-data]
68-
"pyfory" = ["**/*.pxd", "**/*.pyx", "**/*.pxd", "*.so", "*.dylib", "*.dll", "*.pyd"]
68+
"pyfory" = ["**/*.pxd", "**/*.pyx", "**/*.pxd", "*.so", "*.dylib", "*.dll", "*.pyd", ]
6969
"pyfory.format" = ["**/*.pxd", "**/*.pyx", "**/*.pxd", "*.so", "*.dylib", "*.dll", "*.pyd"]
7070
"pyfory.lib.mmh3" = ["**/*.pxd", "**/*.pyx", "**/*.pxd", "*.so", "*.dylib", "*.dll", "*.pyd"]
7171

@@ -102,6 +102,8 @@ quote-style = "double"
102102
[tool.cibuildwheel]
103103
build = "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
104104
skip = "*-win32"
105+
manylinux_x86_64-image = "manylinux_2_24"
106+
manylinux-aarch64-image = "manylinux_2_24"
105107

106108
[tool.cibuildwheel.macos]
107109
environment = {MACOSX_DEPLOYMENT_TARGET="15"}

0 commit comments

Comments
 (0)