Declare Python 3.12 support

... because now it's part of tested runtimes. Also add non-voting
python 3.13 job to check if Python 3.13 support can be also declared.

Change-Id: I6b5a0a0d2c192e80e0394fe5748a9bdbaec764e6
This commit is contained in:
Takashi Kajinami 2025-02-10 11:41:58 +09:00 committed by Stephen Finucane
parent 130dc43e70
commit 9d51b021d1
2 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,7 @@
- openstack-python3-jobs
- openstack-cover-jobs
- publish-openstack-docs-pti
check:
jobs:
- openstack-tox-py313:
voting: false

View File

@ -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
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython