mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Another one bites the dust -- Queen (#11525)
This commit is contained in:
parent
408b9f8a7a
commit
709e9de7a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue