Skip to content

Commit 38f8b56

Browse files
committed
pin setuptools below 69.3 and prepare for "build" for releases
Change-Id: Ib70446cc3c7d7d8acb264ffa2237a0c7aac5a0f5
1 parent 9b7bf5d commit 38f8b56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[build-system]
22
build-backend = 'setuptools.build_meta'
3-
requires = ['setuptools >= 47', 'wheel']
3+
requires = [
4+
# avoid moving to https://github.com/pypa/setuptools/issues/3593
5+
# until we're ready
6+
"setuptools>=61.0,<69.3",
7+
]
48

59
[tool.black]
610
line-length = 79

0 commit comments

Comments
 (0)