summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-25 06:12:21 +0000
committerGerrit Code Review <review@openstack.org>2022-05-25 06:12:21 +0000
commit6810414e45a32dd44263dff47fec161989508ef0 (patch)
tree673248a44106bf50f20fabb63019ad4209e27496
parent93578ef85ba5f94ec5dc8fc4b2917e91c74121da (diff)
parent8a03f3cabca68b2e4d15564820b6e95ff21ee65b (diff)
downloadpython-openstackclient-6810414e45a32dd44263dff47fec161989508ef0.tar.gz
Merge "Migrate osc-tox-py3N-tips to Python 3.8"
-rw-r--r--.zuul.yaml8
-rw-r--r--setup.cfg1
2 files changed, 5 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 5372bc4d..cb0ed66e 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -18,8 +18,8 @@
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
- job:
- name: osc-tox-py36-tips
- parent: openstack-tox-py36
+ name: osc-tox-py38-tips
+ parent: openstack-tox-py38
description: |
Run unit tests for OpenStackClient with master branch of important libs.
@@ -229,10 +229,10 @@
name: osc-tox-unit-tips
check:
jobs:
- - osc-tox-py36-tips
+ - osc-tox-py38-tips
gate:
jobs:
- - osc-tox-py36-tips
+ - osc-tox-py38-tips
- project:
templates:
diff --git a/setup.cfg b/setup.cfg
index 0409121f..b5c376fa 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]
packages =