summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@gmail.com>2017-09-17 23:41:09 -0700
committerMatus Valo <matusvalo@gmail.com>2017-09-17 23:41:09 -0700
commita13cafe70561d8605a8e54dd2877c3aac6335adf (patch)
tree7bb548ad6dc82b050829bd0b7563fe6067904b98
parent8ae04d5c7ce4cf331ee74e8728afd0252a619d36 (diff)
downloadlibrabbitmq-a13cafe70561d8605a8e54dd2877c3aac6335adf.tar.gz
Removed support of python3.3 and added support for python3.6
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ff56b7d..8228d69 100644
--- a/setup.py
+++ b/setup.py
@@ -219,9 +219,9 @@ setup(
'Operating System :: Microsoft :: Windows',
'Programming Language :: C',
'Programming Language :: Python :: 2.7',
- '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',
'Intended Audience :: Developers',
'License :: OSI Approved :: Mozilla Public License 1.0 (MPL)',