aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cryptography/__init__.py b/src/cryptography/__init__.py
index 985ebd6f..940c66bc 100644
--- a/src/cryptography/__init__.py
+++ b/src/cryptography/__init__.py
@@ -21,6 +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.",
+ "upgrade your Python. A future version of cryptography will drop "
+ "support for Python 2.6",
DeprecationWarning
)