Update python job template

... and supported python runtime versions.

This also makes some changes in tox.ini to adapt to tox 4.

Change-Id: I765665685fe7f56b89b9dcdcd2e412aeacb5d224
This commit is contained in:
Takashi Kajinami 2023-10-18 14:32:48 +09:00
parent 474068e487
commit 3c7f9b9b61
3 changed files with 8 additions and 3 deletions

@ -6,6 +6,7 @@ summary = Config files from cloud metadata
description_file =
README.rst
home_page = https://opendev.org/openstack/os-apply-config
python_requires = >=3.6
classifier =
Development Status :: 4 - Beta
Environment :: Console
@ -16,8 +17,12 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py3,pep8
ignore_basepython_conflict = True
minversion = 2.0
[testenv]
basepython = python3

@ -2,4 +2,4 @@
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-victoria-jobs
- openstack-python3-jobs