summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2019-10-15 14:33:52 +0200
committerMatt Clay <matt@mystile.com>2019-10-28 10:06:03 -0700
commitee290bf5b17e80973787bbbc0dac46e2a2311681 (patch)
tree9aa93cd5828e88baaa3c82e8ca691def879e76bf /setup.py
parent5c962ef859b37ac3a9707a3e1ac88f4b34b78038 (diff)
downloadansible-ee290bf5b17e80973787bbbc0dac46e2a2311681.tar.gz
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 e302bcdae9..6fcc4b3e82 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',