Skip to content

Commit

Permalink
Fix build (#62)
Browse files Browse the repository at this point in the history
Latest `setuptools` breaks builds for older Python version. Constrain version of `setuptools` for Python < 3.12.
  • Loading branch information
gmloose authored Sep 10, 2024
1 parent cf0d30a commit 6191e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ requires = [
"numpy",
"scikit-build>=0.13",
"setuptools",
"setuptools<65; python_version<'3.12'",
"setuptools_scm",
"wheel",
]
Expand Down

0 comments on commit 6191e8d

Please sign in to comment.