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 b54ee5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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.0; python_version >= '3.12'",
"setuptools <= 60.9.0; python_version < '3.12'",
"wheel"
]
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ install_requires =
pycryptodome >= 3.14.1
python-minifier >= 2.6.0; python_version < '3.12'
click
setuptools >= 66.1.0; python_version >= '3.12'
setuptools <= 60.9.0; python_version < '3.12'
python_requires = >=3.6,<3.13
packages = find:
# package_dir =
Expand Down

0 comments on commit b54ee5c

Please sign in to comment.