diff --git a/.zuul.yaml b/.zuul.yaml index 90564c9a..9ffecec9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -127,6 +127,8 @@ - openstack-tox-py37 - openstack-tox-py38 - openstack-tox-py39 + - openstack-tox-py310 + - openstack-tox-py311 - pbr-installation-openstack - pbr-installation-openstack-focal - pbr-installation-openstack-pip-dev @@ -156,6 +158,8 @@ - openstack-tox-py37 - openstack-tox-py38 - openstack-tox-py39 + - openstack-tox-py310 + - openstack-tox-py311 - pbr-installation-openstack - pbr-installation-openstack-focal - pbr-installation-openstack-pip-dev diff --git a/setup.cfg b/setup.cfg index cd5a4e52..446bc784 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,8 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [options] python_requires = >=2.6