From 12dacb3e2cc7567c9bdfaa1be3fc0f6d1442169a Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 29 Apr 2024 15:10:15 -0700 Subject: [PATCH] Mark py312 job as voting and update classifiers Change-Id: I31f26e13a90547940436599fbda5af5745937563 --- .zuul.yaml | 6 ++++-- setup.cfg | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5befed60..94988e9f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -55,13 +55,15 @@ irrelevant-files: *functest-irrelevant-files - tempest-full-py3: irrelevant-files: *functest-irrelevant-files - - openstack-tox-py311: + - openstack-tox-py311 + - openstack-tox-py312: voting: true gate: jobs: - swiftclient-swift-functional - swiftclient-functional - - openstack-tox-py311: + - openstack-tox-py311 + - openstack-tox-py312: voting: true post: jobs: diff --git a/setup.cfg b/setup.cfg index 726bb873..fd2f6713 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 :: Only [files]