Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2019-10-15 15:33:52 +0300
committerMatt Clay <matt@mystile.com>2019-10-28 20:06:03 +0300
commitee290bf5b17e80973787bbbc0dac46e2a2311681 (patch)
tree9aa93cd5828e88baaa3c82e8ca691def879e76bf /setup.py
parent5c962ef859b37ac3a9707a3e1ac88f4b34b78038 (diff)
Declare support for Python 3.8 @ Trove classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e302bcdae96..6fcc4b3e822 100644
--- a/setup.py
+++ b/setup.py
@@ -311,6 +311,7 @@ static_setup_params = dict(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: System :: Installation/Setup',
'Topic :: System :: Systems Administration',
'Topic :: Utilities',