From f885a474507a97a3075fe0ebd50ebe3a78cf5497 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 15 Jul 2024 10:28:25 +0100 Subject: [PATCH] Add Python 3.12 classifier We are testing this in CI and can support it going forward now. The osc-tox-py310-tips job is removed in a favour of a new osc-tox-py312-tips job. Change-Id: I87a726cb65223cba9975d0505c13fe42dcd7fa14 Signed-off-by: Stephen Finucane --- .zuul.yaml | 8 ++++---- setup.cfg | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 4915f9f858..9c0f0b22ce 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -38,8 +38,8 @@ zuul_work_dir: src/opendev.org/openstack/python-openstackclient - job: - name: osc-tox-py310-tips - parent: openstack-tox-py310 + name: osc-tox-py312-tips + parent: openstack-tox-py312 description: | Run unit tests for OpenStackClient with master branch of important libs. @@ -202,11 +202,11 @@ check: jobs: - osc-tox-py38-tips - - osc-tox-py310-tips + - osc-tox-py312-tips gate: jobs: - osc-tox-py38-tips - - osc-tox-py310-tips + - osc-tox-py312-tips - project: templates: diff --git a/setup.cfg b/setup.cfg index d824afb15d..1308c06986 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [files] packages =