Skip to content

Commit

Permalink
fix: updates setuptools to version compatible with PEP-625 (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs authored Nov 26, 2024
1 parent 589e574 commit 92abc86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0,<8"]
requires = ["setuptools>=75.0.0", "wheel", "setuptools_scm[toml]>=5.0"]

[tool.mypy]
exclude = ["build/", "dist/", "docs/", "tests/integration/cli/projects/"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
"doc": ["sphinx-ape"],
"release": [ # `release` GitHub Action job uses this
"setuptools", # Installation tool
"setuptools>=75", # Installation tool
"wheel", # Packaging tool
"twine==3.8.0", # Package upload tool
],
Expand Down

0 comments on commit 92abc86

Please sign in to comment.