summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-12-13 19:26:19 -0600
committerGhanshyam Mann <gmann@ghanshyammann.com>2021-12-13 19:26:19 -0600
commitcb1a52a8281db29ef8df7cbaf09e35c5b21e60df (patch)
tree9ae8cf8c678f4eb728b463aa48256db0b2f190c5 /setup.cfg
parent755aa11e0c9a59dc1cdb6de5c71f4f9249b37741 (diff)
downloadnova-cb1a52a8281db29ef8df7cbaf09e35c5b21e60df.tar.gz
Re-add python 3.6 functional testing
We have updated the yoga testing runtime to keep the py36 testing. - https://review.opendev.org/c/openstack/governance/+/820195 Unit tests job template is also updated to keep python 3.6 as a voting job. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 This commit re-add the python 3.6 functional tests also which we removed in https://review.opendev.org/c/openstack/nova/+/819194 also, re-adding py3.6/3.7 versions in setup.cfg classifier. Change-Id: I7c83f1d64f31741dc51cc736265cf50fd0dad7af
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 1409537252..3857fd5e47 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +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