summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 08:23:11 -0500
committerStephen Finucane <stephenfin@redhat.com>2020-04-29 09:48:50 +0000
commitc5e0dfedf9a3e5a847a5e01bb81db8ce6e3d042d (patch)
treef2ab08c06071ad984a1ecec80988afe1ecd15760 /setup.cfg
parent463b32d3436087e59144db5be1c2937726b887ff (diff)
downloadoslo-concurrency-c5e0dfedf9a3e5a847a5e01bb81db8ce6e3d042d.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: If65dde86d6c9d17a61c37945bf8f53136e22b611 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 9a7c3da..ce95a4a 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