diff options
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 29f0b545..34996d7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ Why a new crypto library for Python? We wanted to address a few issues with existing cryptography libraries in Python: -* Lack of PyPy support. +* Lack of PyPy and Python 3 support. * Lack of maintenance. * Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). |