summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 08:22:35 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 08:22:35 -0500
commitfa96933f6c35fa0cdacb234eb84f8b419ed9d94c (patch)
tree5c80215191968653d96a4fec5f82e1ad926a96db /setup.cfg
parentf7eaa9138b4f7d864f3a831f638ce1454affeed1 (diff)
downloadhorizon-fa96933f6c35fa0cdacb234eb84f8b419ed9d94c.tar.gz
Add py38 package metadata
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I9e0c6fa404093a9165b981c3a59006eb22e1b9a2 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 003ea8323..04d5d90ec 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
Topic :: Internet :: WWW/HTTP
[global]