Skip to content

Commit cee4e80

Browse files
authored
Merge pull request #1061 from SaikWolf:4.x
3.12 functionality
2 parents 9def6a5 + d23e796 commit cee4e80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ requires = [
99
"numpy>=2.0.0; python_version>='3.9'",
1010
"pip",
1111
"scikit-build>=0.14.0",
12-
"setuptools==59.2.0",
12+
"setuptools==59.2.0; python_version<'3.12'",
13+
"setuptools<70.0.0; python_version>='3.12'",
1314
]

0 commit comments

Comments
 (0)