summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-19 06:08:50 +0300
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-19 11:08:50 +0800
commit1a4de7ad56087f3914a0dd7c435e5963851a1af9 (patch)
tree60a2469fb4c16789e6160a1fe3f30b923deebf03 /setup.py
parentc3490542aef490cf148c93cc0ab28fb16b22fdc7 (diff)
downloadpy-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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2bbb432..a234d2d 100644
--- a/setup.py
+++ b/setup.py
@@ -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",