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 authored Jan 30, 2024
1 parent 8a30e33 commit f483c44
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 f483c44

Please sign in to comment.