diff --git a/.zuul.yaml b/.zuul.yaml index 8c41cd0..faa107e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,7 +16,6 @@ - openstack-tox-functional-py310: required-projects: - openstack/placement - voting: False gate: jobs: - openstack-tox-functional-py38: @@ -28,5 +27,3 @@ - openstack-tox-functional-py310: required-projects: - openstack/placement - voting: False - diff --git a/setup.cfg b/setup.cfg index bf102e7..f48ede5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [files] packages = diff --git a/tox.ini b/tox.ini index 7791bf4..1e9ad8a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py39,functional,pep8 +envlist = py3,functional,pep8 skipsdist = true # Automatic envs (pyXX) will use the python version appropriate to that # env and ignore basepython inherited from [testenv]. That's what we