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:
@@ -6,6 +6,7 @@ summary = Config files from cloud metadata
|
|||||||
description_file =
|
description_file =
|
||||||
README.rst
|
README.rst
|
||||||
home_page = https://opendev.org/openstack/os-apply-config
|
home_page = https://opendev.org/openstack/os-apply-config
|
||||||
|
python_requires = >=3.6
|
||||||
classifier =
|
classifier =
|
||||||
Development Status :: 4 - Beta
|
Development Status :: 4 - Beta
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
@@ -16,8 +17,12 @@ classifier =
|
|||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
|
Programming Language :: Python :: 3 :: Only
|
||||||
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.9
|
||||||
|
Programming Language :: Python :: 3.10
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
4
tox.ini
4
tox.ini
@@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.0
|
|
||||||
skipsdist = True
|
|
||||||
envlist = py3,pep8
|
envlist = py3,pep8
|
||||||
|
ignore_basepython_conflict = True
|
||||||
|
minversion = 2.0
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
@@ -2,4 +2,4 @@
|
|||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- openstack-python3-victoria-jobs
|
- openstack-python3-jobs
|
||||||
|
Reference in New Issue
Block a user