Browse Source

ref: temporarily limit setuptools to <64.0.0 to work around PEP 660 (#37715)

anthony sottile 2 years ago
parent
commit
6069d76992
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=40.2.0", "wheel"]
+requires = ["setuptools>=40.2.0,<64.0.0", "wheel"]
 build-backend = "setuptools.build_meta"
 
 [tool.black]