Merge "Update python versions for testing"

This commit is contained in:
Zuul
2025-06-04 19:56:01 +00:00
committed by Gerrit Code Review
2 changed files with 15 additions and 14 deletions

View File

@@ -20,21 +20,22 @@
- ^cinderclient/tests/unit/.*$ - ^cinderclient/tests/unit/.*$
- job: - job:
name: python-cinderclient-functional-py39 name: python-cinderclient-functional-py310
parent: python-cinderclient-functional-base parent: python-cinderclient-functional-base
nodeset: devstack-single-node-centos-9-stream # Python 3.10 is the default on Ubuntu 22.04 (Jammy)
nodeset: openstack-single-node-jammy
vars: vars:
python_version: 3.9 python_version: 3.10
tox_envlist: functional-py39 tox_envlist: functional-py310
- job: - job:
name: python-cinderclient-functional-py311 name: python-cinderclient-functional-py312
parent: python-cinderclient-functional-base parent: python-cinderclient-functional-base
# use debian bookworm, where py3.11 is the default # Python 3.12 is the default on Ubuntu 24.04 (Noble)
nodeset: devstack-single-node-debian-bookworm nodeset: openstack-single-node-noble
vars: vars:
python_version: 3.11 python_version: 3.12
tox_envlist: functional-py311 tox_envlist: functional-py312
- project: - project:
vars: vars:
@@ -48,11 +49,11 @@
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
- python-cinderclient-functional-py39 - python-cinderclient-functional-py310
- python-cinderclient-functional-py311 - python-cinderclient-functional-py312
- openstack-tox-pylint: - openstack-tox-pylint:
voting: false voting: false
gate: gate:
jobs: jobs:
- python-cinderclient-functional-py39 - python-cinderclient-functional-py310
- python-cinderclient-functional-py311 - python-cinderclient-functional-py312

View File

@@ -107,7 +107,7 @@ setenv =
# TLS (https) server certificate. # TLS (https) server certificate.
passenv = OS_* passenv = OS_*
[testenv:functional-py{3,39,310,311,312}] [testenv:functional-py{3,310,311,312,313}]
deps = {[testenv:functional]deps} deps = {[testenv:functional]deps}
setenv = {[testenv:functional]setenv} setenv = {[testenv:functional]setenv}
passenv = {[testenv:functional]passenv} passenv = {[testenv:functional]passenv}