summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-05 20:39:13 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-05 20:39:13 -0800
commit409cfbabcadb613dce0ea68ff591a239033db0ce (patch)
tree00205ce6061ac934ba414a9e4fec05c3eb4aa66c
parent479fd86ddc77d25eac19cf2aa761bb129c9e0092 (diff)
parent1355a68ac8adce548b00c869a5d72d89662ce6c5 (diff)
downloadpy-bcrypt-git-409cfbabcadb613dce0ea68ff591a239033db0ce.tar.gz
Merge pull request #28 from dstufft/slight-reword
Slightly reword this not to specify every single Python version
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4c2b4c8..64ad8b9 100644
--- a/README.rst
+++ b/README.rst
@@ -64,4 +64,4 @@ Compatibility
-------------
This library should be compatible with py-bcrypt and it will run on Python
-2.6, 2.7, 3.2, 3.3 and PyPy 2.0.
+2.6+, 3.2+, and PyPy.