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 9b7bf5d commit 38f8b56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
build-backend = 'setuptools.build_meta'
requires = ['setuptools >= 47', 'wheel']
requires = [
# avoid moving to https://github.com/pypa/setuptools/issues/3593
# until we're ready
"setuptools>=61.0,<69.3",
]

[tool.black]
line-length = 79
Expand Down

0 comments on commit 38f8b56

Please sign in to comment.