summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 08:23:12 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 08:23:12 -0500
commit706f299ac7b11d635ccac2e71bbbb90ba38f507b (patch)
tree81101dae0704af06081c8a5f84d1038df4f16468 /setup.cfg
parentc3229908fedb5a9d9b41d31d035882b6915c3ffb (diff)
downloadoslo-db-706f299ac7b11d635ccac2e71bbbb90ba38f507b.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: I2826ded6a4be7507fc61e68fe6d9204682382252 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 37155c4..17e73c2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython