Browse code

Declare support for Python 3.8 @ Trove classifiers

Sviatoslav Sydorenko authored on 2019/10/15 21:33:52
Showing 1 changed files
... ...
@@ -311,6 +311,7 @@ static_setup_params = dict(
311 311
         'Programming Language :: Python :: 3.5',
312 312
         'Programming Language :: Python :: 3.6',
313 313
         'Programming Language :: Python :: 3.7',
314
+        'Programming Language :: Python :: 3.8',
314 315
         'Topic :: System :: Installation/Setup',
315 316
         'Topic :: System :: Systems Administration',
316 317
         'Topic :: Utilities',