diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-08-15 10:57:29 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-08-15 10:57:29 +0200 |
commit | a8abae89c6dd41aefa9dcf4e815e454fc1dbe29c (patch) | |
tree | d36719790f5adfcecb17c7a4a5f8cdd61948bb96 /setup.py | |
parent | b6d8061f34ee45410375779ea3a36507ffbc5872 (diff) | |
download | cherrypy-git-a8abae89c6dd41aefa9dcf4e815e454fc1dbe29c.tar.gz |
Advertise Python 3.7 support via metadata
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ params = dict( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: Jython', |