We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408b9f8 commit 709e9deCopy full SHA for 709e9de
pyproject.toml
@@ -8,7 +8,7 @@ requires = [
8
"cffi>=1.12; platform_python_implementation != 'PyPy'",
9
# Needed because cffi imports distutils, and in Python 3.12, distutils has
10
# been removed from the stdlib, but installing setuptools puts it back.
11
- "setuptools!=74.0.0",
+ "setuptools!=74.0.0,!=74.1.0",
12
]
13
build-backend = "maturin"
14
0 commit comments