diff options
author | Hugo <hugovk@users.noreply.github.com> | 2017-10-19 06:08:50 +0300 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-10-19 11:08:50 +0800 |
commit | 1a4de7ad56087f3914a0dd7c435e5963851a1af9 (patch) | |
tree | 60a2469fb4c16789e6160a1fe3f30b923deebf03 /setup.py | |
parent | c3490542aef490cf148c93cc0ab28fb16b22fdc7 (diff) | |
download | py-bcrypt-git-1a4de7ad56087f3914a0dd7c435e5963851a1af9.tar.gz |
Drop Python 2.6 and 3.3 support (#133)
* Don't test on EOL Python 2.6
* Remove unnecessary positional formatters for Python 2.7+
* Remove branch restriction to test feature branches
* Leave PyPy compatibility at 2.6+
* Don't test on EOL Python 3.3
* Don't test feature branches
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -224,10 +224,8 @@ setup( "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", |