diff --git a/setup.cfg b/setup.cfg index beaf9b4975..bb1ced578f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 9787526c46..469b6595db 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -11,6 +11,7 @@ - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 - tempest-full-py3: # Define list of irrelevant files to use everywhere else irrelevant-files: &tempest-irrelevant-files @@ -128,6 +129,7 @@ - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 - tempest-slow-py3: irrelevant-files: *tempest-irrelevant-files - neutron-ovs-grenade-multinode: