tempest-stress/.zuul.yaml
Ghanshyam Mann 38e813e09b Test python 3.11
As per the current release tested runtime, we
need to test till python 3.11 so adding the test
and updating the same in python classifier in setup.cfg

Change-Id: I231c176a30793b1ff038352b2e74ad3ff52b1b43
2024-01-03 19:14:53 -08:00

18 lines
400 B
YAML

- project:
templates:
- publish-openstack-docs-pti
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311