diff options
| author | Takashi Kajinami <tkajinam@redhat.com> | 2022-05-24 17:05:35 +0900 |
|---|---|---|
| committer | Takashi Kajinami <tkajinam@redhat.com> | 2022-05-24 09:02:16 +0000 |
| commit | 8a03f3cabca68b2e4d15564820b6e95ff21ee65b (patch) | |
| tree | d74c73e399085962f42d710f549208f511f2c579 | |
| parent | dabaec5a7b1b9786a8f91eebef738bf755faf059 (diff) | |
| download | python-openstackclient-8a03f3cabca68b2e4d15564820b6e95ff21ee65b.tar.gz | |
Migrate osc-tox-py3N-tips to Python 3.8
python-novaclient 18.0.0 removed support for Python 3.6 and 3.7 and
can't be installed in Python 3.6.
This change migrates the osc-tox-py3N-tips from Python 3.6 to Python
3.8 as Python 3.8 is the minimum version currently supported.
This also adds Python 3.9 to supported runtime list because it has been
tested since stable/yoga.
NOTE:
The osc-tox-py36-tips job is used by cliff, so the subsequent patch
for the cliff repo should be merged timely.
Change-Id: Id7a8f3ca5b704102aa18eb6bf98ae9ada005d013
| -rw-r--r-- | .zuul.yaml | 8 | ||||
| -rw-r--r-- | setup.cfg | 1 |
2 files changed, 5 insertions, 4 deletions
@@ -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: @@ -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 = |
