summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2017-06-01 11:58:37 -0700
committerBen Bangert <ben@groovie.org>2017-06-01 11:58:37 -0700
commit2faba9ff3bdeff151ac6c922bf65b2dcf9c7bd7b (patch)
treed17662334f1739720e74a434f9af71be57cf86a3 /setup.py
parent34954428324bca55dd339aa8b09a3377a46801cb (diff)
downloadkazoo-2faba9ff3bdeff151ac6c922bf65b2dcf9c7bd7b.tar.gz
feat: drop Python 2.6/3.3 official support, add 3.5/3.6 testing
Closes #441
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1af6113..a926129 100644
--- a/setup.py
+++ b/setup.py
@@ -52,11 +52,11 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
"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",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Communications",