mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Specify an MSRV in setup.py (#5789)
This commit is contained in:
parent
e6df973a92
commit
f01dcd62af
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -59,6 +59,7 @@ else:
|
|||
if platform.python_implementation() == "PyPy"
|
||||
else ["pyo3/abi3-py36"]
|
||||
),
|
||||
rust_version=">=1.45.0",
|
||||
)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue