[setup.py] Add python 3.8 classifier
authorSergey M․ <dstftw@gmail.com>
Wed, 21 Nov 2018 19:08:41 +0000 (02:08 +0700)
committerSergey M․ <dstftw@gmail.com>
Wed, 21 Nov 2018 19:08:41 +0000 (02:08 +0700)
setup.py

index a1a08f1e214506b2d13c3791168de4267eeadd17..dfb669ad235a7b2d7763d98246c1785e0edb4838 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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',