Skip to content

Commit

Permalink
MAINT: pin setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Aug 15, 2024
1 parent c48f814 commit fec53a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ plugs = [
[build-system]
requires = [
"wheel",
"setuptools>=64",
# pin setuptools:
# https://github.com/airspeed-velocity/asv/pull/1426#issuecomment-2290658198
"setuptools>=64,<72.2.0",
"setuptools_scm>=6",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit fec53a7

Please sign in to comment.