We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7bf5d commit 38f8b56Copy full SHA for 38f8b56
pyproject.toml
@@ -1,6 +1,10 @@
1
[build-system]
2
build-backend = 'setuptools.build_meta'
3
-requires = ['setuptools >= 47', 'wheel']
+requires = [
4
+ # avoid moving to https://github.com/pypa/setuptools/issues/3593
5
+ # until we're ready
6
+ "setuptools>=61.0,<69.3",
7
+]
8
9
[tool.black]
10
line-length = 79
0 commit comments