diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-21 16:12:48 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-21 16:13:24 -0500 |
| commit | 3d08c5e4703652d88ce8f1f79a32a8b8d91c2510 (patch) | |
| tree | e19fce85ef6405b0cf34149f69bcbdd1ba3ac432 /setup.py | |
| parent | 288c159720eebcdf667727a859ef341f1e908308 (diff) | |
| download | python-memcached-3d08c5e4703652d88ce8f1f79a32a8b8d91c2510.tar.gz | |
Remove testing for Python 3.3
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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", ]) |
