summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-10-18 15:53:14 +0200
committerHynek Schlawack <hs@ox.cx>2015-10-18 15:53:14 +0200
commit7c77787a47a72ca323899cae11e6944a2d501864 (patch)
tree6487f76eb371b5c4b84ae8df54c3869d36ad7306 /README.rst
parent3e147a7d69757c3b5190281faeb0d20cd5625524 (diff)
parent1bdc51b6df71d72f7edf149d06a37319367dad9e (diff)
downloadpy-bcrypt-git-7c77787a47a72ca323899cae11e6944a2d501864.tar.gz
Merge pull request #53 from alex/no-py32
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
--------