Skip to content

Commit

Permalink
Merge pull request #73 from sabonerune/enh/support-py312
Browse files Browse the repository at this point in the history
ENH: support python3.12
  • Loading branch information
r9y9 committed Dec 13, 2023
2 parents 26fcdd9 + 60acd92 commit 48dd78c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"setuptools<v60.0",
"setuptools>=66.1.0; python_version>='3.12'",
"setuptools<v60.0; python_version<'3.12'",
"cython>=0.28.0",
"cmake",
"numpy>=1.25.0; python_version>='3.9'",
Expand Down

0 comments on commit 48dd78c

Please sign in to comment.