diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2022-04-27 09:47:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 13:47:46 +0000 |
commit | bc00e8d676b3f25e60c0919c46f2839a38c5b802 (patch) | |
tree | bbfeac08ec6a0e90dc12d4dff9b7992ecb2b13d6 /setup.py | |
parent | 4e816d602eaf2e039a370bb57c330c47a8a65be0 (diff) | |
download | cryptography-bc00e8d676b3f25e60c0919c46f2839a38c5b802.tar.gz |
Bump MSRV to 1.48.0 (#7128)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ try: if platform.python_implementation() == "PyPy" else ["pyo3/abi3-py36"] ), - rust_version=">=1.41.0", + rust_version=">=1.48.0", ) ], ) |