Add python 3.11 unit test job
Python 3.11 is going to be added as required python version testing[1] so testing it in advance is good idea. [1] https://governance.openstack.org/tc/reference/runtimes/2024.1.html#python-runtimes-for-2024-1 Change-Id: I77c51657d67b644ece30589f26bb795929f25bc4
This commit is contained in:
parent
49c64a985c
commit
28336ece6f
@ -18,6 +18,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
|
Programming Language :: Python :: 3.11
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
- openstack-tox-py38
|
- openstack-tox-py38
|
||||||
- openstack-tox-py39
|
- openstack-tox-py39
|
||||||
- openstack-tox-py310
|
- openstack-tox-py310
|
||||||
|
- openstack-tox-py311
|
||||||
- tempest-full-py3:
|
- tempest-full-py3:
|
||||||
# Define list of irrelevant files to use everywhere else
|
# Define list of irrelevant files to use everywhere else
|
||||||
irrelevant-files: &tempest-irrelevant-files
|
irrelevant-files: &tempest-irrelevant-files
|
||||||
@ -128,6 +129,7 @@
|
|||||||
- openstack-tox-py38
|
- openstack-tox-py38
|
||||||
- openstack-tox-py39
|
- openstack-tox-py39
|
||||||
- openstack-tox-py310
|
- openstack-tox-py310
|
||||||
|
- openstack-tox-py311
|
||||||
- tempest-slow-py3:
|
- tempest-slow-py3:
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
- neutron-ovs-grenade-multinode:
|
- neutron-ovs-grenade-multinode:
|
||||||
|
Loading…
Reference in New Issue
Block a user