Skip to content

Commit 709e9de

Browse files
authored
Another one bites the dust -- Queen (pyca#11525)
1 parent 408b9f8 commit 709e9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
"cffi>=1.12; platform_python_implementation != 'PyPy'",
99
# Needed because cffi imports distutils, and in Python 3.12, distutils has
1010
# been removed from the stdlib, but installing setuptools puts it back.
11-
"setuptools!=74.0.0",
11+
"setuptools!=74.0.0,!=74.1.0",
1212
]
1313
build-backend = "maturin"
1414

0 commit comments

Comments
 (0)