Skip to content

Commit

Permalink
chore: pins setuptools to version that supports PEP-625
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Nov 26, 2024
1 parent a58f4f5 commit 4c67827
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,5 +1,5 @@
[build-system]
requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0"]
requires = ["setuptools>=70.2.0", "wheel", "setuptools_scm[toml]>=5.0"]

[tool.mypy]
exclude = "build/"
Expand Down

0 comments on commit 4c67827

Please sign in to comment.