aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cryptography/__init__.py b/src/cryptography/__init__.py
index a0c8d46d..940c66bc 100644
--- a/src/cryptography/__init__.py
+++ b/src/cryptography/__init__.py
@@ -25,9 +25,3 @@ if sys.version_info[:2] == (2, 6):
"support for Python 2.6",
DeprecationWarning
)
-if sys.version_info[:2] == (3, 3):
- warnings.warn(
- "Python 3.3 support will be dropped in the next release of"
- "cryptography. Please upgrade your Python.",
- DeprecationWarning,
- )