summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-21 16:12:48 -0500
committerTim Graham <timograham@gmail.com>2016-12-21 16:13:24 -0500
commit3d08c5e4703652d88ce8f1f79a32a8b8d91c2510 (patch)
treee19fce85ef6405b0cf34149f69bcbdd1ba3ac432 /setup.py
parent288c159720eebcdf667727a859ef341f1e908308 (diff)
downloadpython-memcached-3d08c5e4703652d88ce8f1f79a32a8b8d91c2510.tar.gz
Remove testing for Python 3.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index af05fcf..df3d413 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,6 @@ setup(name="python-memcached",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
])