We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb5c64 commit 3e17cbfCopy full SHA for 3e17cbf
pyproject.toml
@@ -17,7 +17,10 @@ authors = [
17
]
18
description = "A package supplying binary kernels for Xsuite."
19
readme = "README.md"
20
-requires-python = ">=3.8"
+# Test the theory that cibuildtools has a problem with Python 3.8 on ARM64
21
+# as it installs the wrong binary for the platform.
22
+# https://github.com/pypa/cibuildwheel/issues/1278
23
+requires-python = ">=3.9"
24
license = {file = "LICENSE"}
25
dependencies = [
26
"xtrack==0.56.1",
0 commit comments