Skip to content

Commit

Permalink
Improve check for Python version
Browse files Browse the repository at this point in the history
Co-authored-by: Zohar Malamant <git@wah.pink>
  • Loading branch information
sondreso and pinkwah committed Jan 31, 2024
1 parent acbc59c commit 578b97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools<64; python_version < '3.12'",
"setuptools; python_version == '3.12'",
"setuptools; python_version >= '3.12'",
"setuptools_scm[toml]>=6.2",
"wheel",
"scikit-build",
Expand Down

0 comments on commit 578b97b

Please sign in to comment.