Skip to content

Commit

Permalink
fix: 🐛 setuptools min version (python 3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Aug 28, 2024
1 parent f0ad2d6 commit 2c1e4c7
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,6 +1,6 @@
[build-system]
requires = [
"setuptools >= 66.0; python_version >= '3.12'",
"setuptools >= 66.1; python_version >= '3.12'",
"setuptools <= 60.9.0; python_version < '3.12'",
"wheel"
]
Expand Down

0 comments on commit 2c1e4c7

Please sign in to comment.