Skip to content

Commit 6810414

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Migrate osc-tox-py3N-tips to Python 3.8"
2 parents 93578ef + 8a03f3c commit 6810414

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)