···11-Delete the warning that breaks tests of dependent projects.
22-33---- a/src/cryptography/__init__.py
44-+++ b/src/cryptography/__init__.py
55-@@ -33,9 +32,0 @@ __all__ = [
66--
77--if sys.version_info[0] == 2:
88-- warnings.warn(
99-- "Python 2 is no longer supported by the Python core team. Support for "
1010-- "it is now deprecated in cryptography, and will be removed in the "
1111-- "next release.",
1212-- CryptographyDeprecationWarning,
1313-- stacklevel=2,
1414-- )