From b44df1479378944dfc20ef12a8a20334cadd05b2 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 15 Jul 2024 10:30:53 +0100 Subject: [PATCH] Add Python 3.12 classifier Change-Id: I88165b0a9aacda2b6f482b1a2b1f0046247b1e2f Signed-off-by: Stephen Finucane --- setup.cfg | 3 ++- zuul.d/project.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7e881f77c..51ce508c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/openstacksdk/ +python_requires = >=3.7 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -19,7 +20,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 -python_requires = >=3.7 + Programming Language :: Python :: 3.12 [files] packages = diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 202d89f67..084449319 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -14,6 +14,7 @@ - release-notes-jobs-python3 check: jobs: + - openstack-tox-py312 - opendev-buildset-registry - nodepool-build-image-siblings: voting: false