diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ Changelog Unreleased ---------- -* Dropped support for Python 3.4. +* Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5). 3.1.7 ----- @@ -204,7 +204,7 @@ Compatibility ------------- This library should be compatible with py-bcrypt and it will run on Python -2.7, 3.5+, and PyPy 2.6+. +3.6+, and PyPy 3. C Code ------ |