Merge "Add Python 3.12 classifier"

This commit is contained in:
Zuul 2024-08-09 13:10:34 +00:00 committed by Gerrit Code Review
commit eb1bcf6ce8
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ description_file =
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/openstacksdk/ home_page = https://docs.openstack.org/openstacksdk/
python_requires = >=3.7
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
@ -19,7 +20,7 @@ classifier =
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.11
python_requires = >=3.7 Programming Language :: Python :: 3.12
[files] [files]
packages = packages =

View File

@ -14,6 +14,7 @@
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
- openstack-tox-py312
- opendev-buildset-registry - opendev-buildset-registry
- nodepool-build-image-siblings: - nodepool-build-image-siblings:
voting: false voting: false