remove python 3.3 from CI (#3729)
* remove python 3.3 from CI
* remove 3.3 everywhere, not just from CI
diff --git a/docs/installation.rst b/docs/installation.rst
index a18014c..0fa986a 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -10,7 +10,7 @@
Supported platforms
-------------------
-Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and
+Currently we test ``cryptography`` on Python 2.6, 2.7, 3.4, 3.5, 3.6, and
PyPy 5.3+ on these operating systems.
* x86-64 CentOS 7.x
@@ -24,8 +24,6 @@
Python 2.6 is no longer supported by the Python core team. A future version
of cryptography will drop support for this version.
- Python 3.3 support will be removed in the next cryptography release.
-
We test compiling with ``clang`` as well as ``gcc`` and use the following
OpenSSL releases: