summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 17:26:41 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 17:26:41 -0400
commit1bdc51b6df71d72f7edf149d06a37319367dad9e (patch)
tree6487f76eb371b5c4b84ae8df54c3869d36ad7306 /README.rst
parent3e147a7d69757c3b5190281faeb0d20cd5625524 (diff)
downloadpy-bcrypt-git-1bdc51b6df71d72f7edf149d06a37319367dad9e.tar.gz
drop python 3.2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 37bb482..bd24e1b 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
bcrypt
======
-.. image:: https://img.shields.io/pypi/v/bcrypt.svg
+.. image:: https://img.shields.io/pypi/v/bcrypt.svg
:target: https://pypi.python.org/pypi/bcrypt/
:alt: Latest Version
@@ -89,7 +89,7 @@ Compatibility
-------------
This library should be compatible with py-bcrypt and it will run on Python
-2.6+, 3.2+, and PyPy.
+2.6+, 3.3+, and PyPy.
Security
--------