Add support of Python 3.12

Change-Id: I89deba1f105c41e74f507a972285b0426a48483e
This commit is contained in:
Joel Capitao 2024-10-04 12:19:33 +02:00
parent 8ebec483df
commit b48444e04a
2 changed files with 3 additions and 1 deletions

View File

@ -171,6 +171,7 @@
jobs:
- openstack-tox-pep8
- openstack-tox-py39
- openstack-tox-py312
- build-openstack-releasenotes:
vars:
sphinx_python: python3
@ -182,6 +183,7 @@
jobs:
- openstack-tox-pep8
- openstack-tox-py39
- openstack-tox-py312
- build-openstack-releasenotes:
vars:
sphinx_python: python3

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py39,pep8,releasenotes
envlist = py39,py312,pep8,releasenotes
skipsdist = False
[testenv]