summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-17 13:59:34 +0000
committerGerrit Code Review <review@openstack.org>2022-05-17 13:59:34 +0000
commitcb07386af790e41457b408da775b3a22f9f0d211 (patch)
tree6c8bfef0d0b57c3a42b44d90683c21c3fccae9e6
parent3870938e1ddfcd0c85a6dda1d9c838752a6d5f4f (diff)
parent65db5694d1adf361a916ba2533c4376f1cacce29 (diff)
downloadpython-barbicanclient-cb07386af790e41457b408da775b3a22f9f0d211.tar.gz
Merge "Updating python testing as per Yoga testing runtime"
-rw-r--r--.zuul.yaml2
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e8d5e09..ead3dda 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -13,7 +13,7 @@
- project:
templates:
- check-requirements
- - openstack-python3-wallaby-jobs
+ - openstack-python3-yoga-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
check:
diff --git a/setup.cfg b/setup.cfg
index e037a3b..fe87483 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,7 +18,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
-
+ Programming Language :: Python :: 3.9
[files]
packages =
diff --git a/tox.ini b/tox.ini
index f5284de..8baa2ff 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
-envlist = py38,py36,pep8
+envlist = py38,py39,pep8
skipsdist = True
ignore_basepython_conflict = True