Another one bites the dust -- Queen (#11525)

This commit is contained in:
Alex Gaynor 2024-09-02 19:55:07 -04:00 committed by GitHub
parent 408b9f8a7a
commit 709e9de7a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ requires = [
"cffi>=1.12; platform_python_implementation != 'PyPy'",
# Needed because cffi imports distutils, and in Python 3.12, distutils has
# been removed from the stdlib, but installing setuptools puts it back.
"setuptools!=74.0.0",
"setuptools!=74.0.0,!=74.1.0",
]
build-backend = "maturin"