diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-11-22 02:08:41 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-11-22 02:08:41 +0700 |
commit | 157eef3e635230cbba0dd0c74f7115029867533e (patch) | |
tree | d317ab517937e4d2af58c511e531d18cecaffc00 | |
parent | bd2d553c7b1529f793c2b7343c514a558543fc0d (diff) |
[setup.py] Add python 3.8 classifier
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: IronPython', |