summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-11-24 18:27:38 -0600
committerDouglas Mendizábal <dmendiza@redhat.com>2022-05-16 16:10:02 -0500
commit65db5694d1adf361a916ba2533c4376f1cacce29 (patch)
treeda9d5c948dea13ac1b9bafb857ad514ecff21475
parent8e3a391fd63c0a319071fc55996faab3e6699a0f (diff)
downloadpython-barbicanclient-65db5694d1adf361a916ba2533c4376f1cacce29.tar.gz
Updating python testing 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 makes other required changes in zuul.yaml and update the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Ia7cd1aaf66714d7d885187fa14627d4d5c424f65
-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 5aabf2a..dc53dd2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,7 +17,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