diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2016-11-25 10:52:25 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2016-11-25 10:52:25 +0200 |
commit | e0932b3b0b188142e34e3907a9ec137da7ba5fa5 (patch) | |
tree | 663cc4220272a01efb09e2fdf2cd27be9ff9c68c /setup.py | |
parent | da83216a638d67b369b2bbdb0dfa8df044c8fa00 (diff) | |
download | cherrypy-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |