Add Gate Job for Python3.12

Change-Id: Id230d23d19b3a8e2191211626ea588f70e60f1a4
This commit is contained in:
Nisar Khan
2025-09-08 06:42:24 +00:00
parent 99d860cae8
commit 941f0c2598
2 changed files with 9 additions and 1 deletions

View File

@@ -31,6 +31,10 @@
required-projects:
- name: openstack/requirements
override-checkout: stable/2024.1
- openstack-tox-py312:
required-projects:
- name: openstack/requirements
override-checkout: stable/2024.1
gate:
jobs:
- openstack-tox-pep8:
@@ -53,3 +57,7 @@
required-projects:
- name: openstack/requirements
override-checkout: stable/2024.1
- openstack-tox-py312:
required-projects:
- name: openstack/requirements
override-checkout: stable/2024.1

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py38,pep8,py39,py310
envlist = py38,pep8,py39,py310,py312
minversion = 2.3.2
skipsdist = True
ignore_basepython_conflict = True