Add openstack-tox-functional-py311

Python 3.11 is supported runtime in 2024.1.

Change-Id: I647dbac4e80518561b91a1be5b296d0d98395cda
This commit is contained in:
Tom Weininger 2024-01-09 09:39:13 +01:00
parent d16e6b3989
commit cb96722681

View File

@ -759,6 +759,21 @@
bindep_profile: test py310 bindep_profile: test py310
python_version: '3.10' python_version: '3.10'
- job:
name: openstack-tox-functional-py311
parent: openstack-tox
nodeset: debian-bookworm
description: |
Run tox-based functional tests for an OpenStack Python project
under cPython version 3.11.
Uses tox with the ``functional-py311`` environment.
irrelevant-files: *common-irrelevant-files
vars:
tox_envlist: functional-py311
bindep_profile: test py311
python_version: '3.11'
- job: - job:
name: openstack-tox-functional-py36-fips name: openstack-tox-functional-py36-fips
parent: openstack-tox-functional-py36 parent: openstack-tox-functional-py36