Skip to content

Commit 3e17cbf

Browse files
Test theory that cibuildtools has a problem with Python 3.8 on M1
1 parent aeb5c64 commit 3e17cbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ authors = [
1717
]
1818
description = "A package supplying binary kernels for Xsuite."
1919
readme = "README.md"
20-
requires-python = ">=3.8"
20+
# 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"
2124
license = {file = "LICENSE"}
2225
dependencies = [
2326
"xtrack==0.56.1",

0 commit comments

Comments
 (0)