commit | 124a0134fdb7decb0136b4b6f7892b87b919e74e | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Oct 27 00:15:17 2020 -0400 |
committer | GitHub <noreply@github.com> | Mon Oct 26 21:15:17 2020 -0700 |
tree | 01a47b984f122ec7891185010f8f96c30ccce6fb | |
parent | 669dcc3488a4803b2c321218def6554805940c48 [diff] [blame] |
Drop CI for OpenSSL 1.0.2 (#953) * Drop CI for OpenSSL 1.0.2 * Delete code for coverage reasons * Bump minimum cryptography version
diff --git a/setup.py b/setup.py index 6f3afd7..08769d2 100755 --- a/setup.py +++ b/setup.py
@@ -94,7 +94,7 @@ package_dir={"": "src"}, install_requires=[ # Fix cryptographyMinimum in tox.ini when changing this! - "cryptography>=2.8", + "cryptography>=3.2", "six>=1.5.2", ], extras_require={