commit | 6407258956ec42e3b722418cb7f366e5ae9272ec | [log] [tgz] |
---|---|---|
author | Aarni Koskela <akx@iki.fi> | Fri Oct 09 00:58:16 2020 +0300 |
committer | GitHub <noreply@github.com> | Thu Oct 08 21:58:16 2020 +0000 |
tree | de8c09a5ee6fa1e42661127176a9a3bd645af159 | |
parent | 7f957bae8bc6ded2f4ed0383031c8d03ce386a06 [diff] |
fix: remove checks for ancient versions of Cryptography (#596) Refs https://github.com/googleapis/google-auth-library-python/issues/595#issuecomment-683903062 I see no point in checking whether someone is running a version of https://github.com/pyca/cryptography/ from 2014 that doesn't even compile against modern versions of OpenSSL anymore.