Specify an MSRV in setup.py (#5789)

This commit is contained in:
Alex Gaynor 2021-02-08 19:09:31 -05:00 committed by GitHub
parent e6df973a92
commit f01dcd62af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ else:
if platform.python_implementation() == "PyPy"
else ["pyo3/abi3-py36"]
),
rust_version=">=1.45.0",
)
]