We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448a7a4 commit c629e72Copy full SHA for c629e72
pyproject.toml
@@ -5,7 +5,7 @@ dynamic = ["version"]
5
6
[build-system]
7
requires = [
8
- "setuptools",
+ "setuptools>=30.3.0,<69.0.0",
9
"setuptools_scm[toml]",
10
"wheel",
11
"cython>=0.29; implementation_name == 'cpython'",
requirements/dist.txt
@@ -3,7 +3,7 @@ packaging
3
pre-commit
4
pydocstyle
pytest-sugar
-setuptools>=30.3.0
+setuptools>=30.3.0,<69.0.0
sphinx-autobuild
sphinx2rst>=1.0
tox>=2.3.1
0 commit comments