From 9c703e6c702f65b5031fe741d5c184e35a0e5cf3 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Fri, 1 Apr 2016 16:56:21 +0800 Subject: [PATCH] Update crypto.rst Python 3.2 support has been dropped from pyca/cryptography as of April 2015. https://github.com/pyca/cryptography/pull/1846 --- docs/scenarios/crypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/crypto.rst b/docs/scenarios/crypto.rst index 94bd58d..e4b103a 100644 --- a/docs/scenarios/crypto.rst +++ b/docs/scenarios/crypto.rst @@ -6,7 +6,7 @@ Cryptography `Cryptography `_ is an actively developed library that provides cryptographic recipes and primitives. It supports -Python 2.6-2.7, Python 3.2+ and PyPy. +Python 2.6-2.7, Python 3.3+ and PyPy. Cryptography is divided into two layers of recipes and hazardous materials