diff options
| author | Ben Bangert <ben@groovie.org> | 2017-06-01 11:58:37 -0700 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2017-06-01 11:58:37 -0700 |
| commit | 2faba9ff3bdeff151ac6c922bf65b2dcf9c7bd7b (patch) | |
| tree | d17662334f1739720e74a434f9af71be57cf86a3 /setup.py | |
| parent | 34954428324bca55dd339aa8b09a3377a46801cb (diff) | |
| download | kazoo-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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
