Skip to content

Commit 6b5fb32

Browse files
committed
Revert "pin setuptools below 69.3 and prepare for "build" for releases"
This reverts commit 38f8b56.
1 parent 38f8b56 commit 6b5fb32

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[build-system]
22
build-backend = 'setuptools.build_meta'
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-
]
3+
requires = ['setuptools >= 47', 'wheel']
84

95
[tool.black]
106
line-length = 79

0 commit comments

Comments
 (0)