summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-11-24 16:48:37 -0600
committerGhanshyam <gmann@ghanshyammann.com>2021-11-25 17:38:32 +0000
commit9dd0070ce620ba8a38db59613740ac656b007384 (patch)
tree23dd770dc8fe58f62e28de4ad3d7ac555950c2e7 /setup.cfg
parent3047cde2106331a2aa3665dcca81217e000cd7a3 (diff)
downloadnova-9dd0070ce620ba8a38db59613740ac656b007384.tar.gz
Updating tests with Yoga testing runtime
Yoga testing runtime is updated now - https://governance.openstack.org/tc/reference/runtimes/yoga.html which needs to test py38 and py39. Unit tests update are handled by the job template change in openstack-zuul-job and this commit makes changes to fucntional job to run py39 as voting and updating the metdata in setup file. Change-Id: I314fd61f20f2c3551f6231d191b7dcaaefabd2b5
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 58de1ca03e..1409537252 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,9 +20,8 @@ classifiers =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
- 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