summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2016-11-25 10:52:25 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2016-11-25 10:52:25 +0200
commite0932b3b0b188142e34e3907a9ec137da7ba5fa5 (patch)
tree663cc4220272a01efb09e2fdf2cd27be9ff9c68c /setup.py
parentda83216a638d67b369b2bbdb0dfa8df044c8fa00 (diff)
downloadcherrypy-git-e0932b3b0b188142e34e3907a9ec137da7ba5fa5.tar.gz
Claim that CherryPy now supports Python 3.6
I'm adding this, since we are running tests against Python 3.6-dev and nightly (3.7) for a while and they keep being green.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d439aa69..2757376b 100644
--- a/setup.py
+++ b/setup.py
@@ -73,6 +73,7 @@ classifiers = [
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: Jython',