Skip to content

Commit

Permalink
Housekeeping: Increase minimum required setuptools version
Browse files Browse the repository at this point in the history
This is probably of little consequence since most users use the newest
setuptools version anyways...
  • Loading branch information
TobiX committed Nov 19, 2023
1 parent 75c09b6 commit 8c3fb04
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>=61.2", "setuptools_scm>=6.2"]
requires = ["setuptools>=66.0", "setuptools_scm>=7.1"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 8c3fb04

Please sign in to comment.