Merge "Version bumps to prepare for rhel9 transition"

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

View File

@ -43,12 +43,13 @@
- project: - project:
templates: templates:
- check-requirements - check-requirements
- openstack-python3-victoria-jobs
- validations-common-molecule-jobs - validations-common-molecule-jobs
check: check:
jobs: jobs:
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-cover - openstack-tox-cover
- openstack-tox-py36
- openstack-tox-py39
- validations-common-functional - validations-common-functional
- tripleo-ci-centos-8-content-provider: - tripleo-ci-centos-8-content-provider:
dependencies: dependencies:
@ -70,6 +71,8 @@
gate: gate:
jobs: jobs:
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-py36
- openstack-tox-py39
- validations-common-functional - validations-common-functional
- tripleo-ci-centos-8-content-provider: - tripleo-ci-centos-8-content-provider:
dependencies: dependencies:

View File

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

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 3.2.0 minversion = 3.2.0
envlist = linters,docs,py38,molecule envlist = linters,docs,py,molecule
skipdist = True skipdist = True
requires = requires =
tox-ansible >= 1.0.5 tox-ansible >= 1.0.5