Skip to content

Commit 8a03f3c

Browse files
committed
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
1 parent dabaec5 commit 8a03f3c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.zuul.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
1919

2020
- job:
21-
name: osc-tox-py36-tips
22-
parent: openstack-tox-py36
21+
name: osc-tox-py38-tips
22+
parent: openstack-tox-py38
2323
description: |
2424
Run unit tests for OpenStackClient with master branch of important libs.
2525
@@ -229,10 +229,10 @@
229229
name: osc-tox-unit-tips
230230
check:
231231
jobs:
232-
- osc-tox-py36-tips
232+
- osc-tox-py38-tips
233233
gate:
234234
jobs:
235-
- osc-tox-py36-tips
235+
- osc-tox-py38-tips
236236

237237
- project:
238238
templates:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifier =
1818
Programming Language :: Python :: 3.6
1919
Programming Language :: Python :: 3.7
2020
Programming Language :: Python :: 3.8
21+
Programming Language :: Python :: 3.9
2122

2223
[files]
2324
packages =

0 commit comments

Comments
 (0)