summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-24 06:22:02 +0000
committerGerrit Code Review <review@openstack.org>2021-12-24 06:22:02 +0000
commit421a382cb14b22e384a5768dcbb5e4c3bc3d9bb4 (patch)
tree20354fd846867a48d22ae23bcf56dd0c3ce0c3ee
parent80453f9136e1db04c9a4f77a81b9d368b95bd6de (diff)
parentd5ef98b88e6e05d61b6db301d19c74feaabe557b (diff)
downloadheat-421a382cb14b22e384a5768dcbb5e4c3bc3d9bb4.tar.gz
Merge "Updating python testing classifier as per Yoga testing runtime"
-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