From e3a2fb209b905915874a2a46c4a11ee33c111dc7 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 26 Jun 2017 15:08:33 -1000 Subject: remove python 3.3 from CI (#3729) * remove python 3.3 from CI * remove 3.3 everywhere, not just from CI --- src/cryptography/__init__.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/cryptography/__init__.py') 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, - ) -- cgit v1.2.3