summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordengzhaosen <dengzhaosen@inspur.com>2021-12-21 17:42:21 +0800
committerdengzhaosen <dengzhaosen@inspur.com>2021-12-21 17:43:42 +0800
commitff96dc674b88bba46ef68b9842544924820d53ab (patch)
treeaa83b81bff7a098adb20bd36d085079698803afe /setup.cfg
parenta0db55dcea5caba74fd6d177038f517413b9ac69 (diff)
downloadoslo-db-ff96dc674b88bba46ef68b9842544924820d53ab.tar.gz
Update python testing classifier
Update python testing classifier Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I42c52cc13abeb14957676b47ce1b1b52799d499b
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 5fc1aef..7acd079 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython