From dd567cbf732d310e8a79aa05d7001c8639e9e6f3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 30 Sep 2017 21:22:07 -0400 Subject: Declare that 2.1 is the last version to support Python 2.6 (#3944) * Declare that 2.1 is the last version to support Python 2.6 * It's the Final Countdown! --- src/cryptography/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cryptography/__init__.py') diff --git a/src/cryptography/__init__.py b/src/cryptography/__init__.py index 940c66bc..e5c34a27 100644 --- a/src/cryptography/__init__.py +++ b/src/cryptography/__init__.py @@ -21,7 +21,7 @@ __all__ = [ if sys.version_info[:2] == (2, 6): warnings.warn( "Python 2.6 is no longer supported by the Python core team, please " - "upgrade your Python. A future version of cryptography will drop " + "upgrade your Python. The next version of cryptography will drop " "support for Python 2.6", DeprecationWarning ) -- cgit v1.2.3