We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5a75d commit ca2fbeeCopy full SHA for ca2fbee
1 file changed
pyproject.toml
@@ -13,8 +13,7 @@ license = { file = "LICENSE.md" }
13
classifiers = [ "Programming Language :: Python :: 3" ]
14
15
[tool.maturin]
16
-# manylinux policy; keep 'auto' if you like
17
-manylinux = "auto"
+manylinux = "manylinux2014"
18
# If you expose the module under the same name as the lib, you can omit module-name.
19
# module-name = "ccdexplorer_schema_parser"
20
features = [ ]
0 commit comments