Skip to content

Commit

Permalink
Test theory that cibuildtools has a problem with Python 3.8 on M1
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Apr 18, 2024
1 parent aeb5c64 commit 3e17cbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ authors = [
]
description = "A package supplying binary kernels for Xsuite."
readme = "README.md"
requires-python = ">=3.8"
# Test the theory that cibuildtools has a problem with Python 3.8 on ARM64
# as it installs the wrong binary for the platform.
# https://github.com/pypa/cibuildwheel/issues/1278
requires-python = ">=3.9"
license = {file = "LICENSE"}
dependencies = [
"xtrack==0.56.1",
Expand Down

0 comments on commit 3e17cbf

Please sign in to comment.