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: I2e0b6d679d1262bd63b0f9375ec28eb2affa135d
This commit is contained in:
Martin Kopec 2023-01-19 11:20:12 +01:00
parent 316035d7ec
commit d6ef9a22cd
3 changed files with 4 additions and 3 deletions

View File

@ -8,10 +8,10 @@
- openstack-tox-pep8
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310:
voting: false
- openstack-tox-py310
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310

View File

@ -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 =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py{39,36},pep8,pip-check-reqs
envlist = py3,pep8,pip-check-reqs
skipsdist = True
ignore_basepython_conflict = True