summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 08:23:13 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 08:23:13 -0500
commitdec467206caebcd37623f590d75d9deca84a14d3 (patch)
tree28f5706baa7577c55af2274ba16f4fbbe6b3cd02 /setup.cfg
parent0eac6f16b1fc70fcd1b79fae5cff2388e2b9f8af (diff)
downloadoslo-policy-dec467206caebcd37623f590d75d9deca84a14d3.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: I602d143c89792824a2f206cdb45667b2f97e2e67 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 dcb000c..b94ba2d 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