Merge "Version bumps for rhel9 transition"

This commit is contained in:
Zuul 2021-04-29 19:20:41 +00:00 committed by Gerrit Code Review
commit 36c9b8cbcb
3 changed files with 6 additions and 3 deletions

View File

@ -29,9 +29,10 @@
- check-requirements
check:
jobs:
- openstack-tox-py36
- openstack-tox-linters
- openstack-tox-cover
- openstack-tox-py36
- openstack-tox-py39
- tripleo-ci-centos-8-content-provider:
dependencies:
- openstack-tox-linters
@ -53,8 +54,9 @@
- validations-libs-functional
gate:
jobs:
- openstack-tox-py36
- openstack-tox-linters
- openstack-tox-py36
- openstack-tox-py39
- openstack-tox-docs: *tripleo-docs
- validations-libs-functional
- tripleo-ci-centos-8-content-provider:

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages = validations_libs

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist = linters,docs,py38
envlist = linters,docs,py
skipdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that