Skip to content

Commit

Permalink
pin setuptools below 69.3 and prepare for "build" for releases
Browse files Browse the repository at this point in the history
Change-Id: Ib70446cc3c7d7d8acb264ffa2237a0c7aac5a0f5
  • Loading branch information
zzzeek committed Jun 19, 2024
1 parent 34dbe6a commit b8e2c35
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
@@ -1,7 +1,9 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=47",
# avoid moving to https://github.com/pypa/setuptools/issues/3593
# until we're ready
"setuptools>=61.0,<69.3",
]

[tool.black]
Expand Down

0 comments on commit b8e2c35

Please sign in to comment.