summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-11-24 19:29:06 -0600
committerGhanshyam <gmann@ghanshyammann.com>2021-12-14 02:48:30 +0000
commitd5ef98b88e6e05d61b6db301d19c74feaabe557b (patch)
tree0274d7082aa9eacfbd37536b03ea3116bea60bf4
parent575827c9aca653bef12f530c5823a724aebd6b4d (diff)
downloadheat-d5ef98b88e6e05d61b6db301d19c74feaabe557b.tar.gz
Updating python testing classifier as per Yoga testing runtime
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: I573f6f4f4a9257a4c9c25a9d61a9ea29267377d1
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f66ec65dc..27ecf6225 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
[files]
data_files =
diff --git a/tox.ini b/tox.ini
index d50ea095d..bac5a4ca5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py37,py38,pep8
+envlist = py36,py37,py38,py39,pep8
ignore_basepython_conflict = True
minversion = 3.1.0
skipsdist = True