Switch testing to Antelope testing runtime

Updating the testing template to Antelope testing runtime:
https://governance.openstack.org/tc/reference/runtimes/2023.1.html

Change-Id: I0c7e1497243c74a7c4e5bedbb3c94c80794490e9
This commit is contained in:
Martin Kopec 2023-01-19 11:18:19 +01:00
parent 609f4af8c8
commit 439d10bbc3
2 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,7 @@
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310:
voting: false
- openstack-tox-py310
gate:
jobs:
- openstack-tox-pep8
@ -21,3 +20,4 @@
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310

View File

@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython