Skip to content

Commit 1aa077e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add Python 3.12 classifier"
2 parents d385bd1 + f885a47 commit 1aa077e

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
@@ -38,8 +38,8 @@
3838
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
3939

4040
- job:
41-
name: osc-tox-py310-tips
42-
parent: openstack-tox-py310
41+
name: osc-tox-py312-tips
42+
parent: openstack-tox-py312
4343
description: |
4444
Run unit tests for OpenStackClient with master branch of important libs.
4545
@@ -202,11 +202,11 @@
202202
check:
203203
jobs:
204204
- osc-tox-py38-tips
205-
- osc-tox-py310-tips
205+
- osc-tox-py312-tips
206206
gate:
207207
jobs:
208208
- osc-tox-py38-tips
209-
- osc-tox-py310-tips
209+
- osc-tox-py312-tips
210210

211211
- project:
212212
templates:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifier =
1919
Programming Language :: Python :: 3.9
2020
Programming Language :: Python :: 3.10
2121
Programming Language :: Python :: 3.11
22+
Programming Language :: Python :: 3.12
2223

2324
[files]
2425
packages =

0 commit comments

Comments
 (0)