From 812905b54bf6458eb04ee643dc8c8596e1c97c91 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 18 Oct 2023 14:31:55 +0900 Subject: [PATCH] Update python job template ... and supported python runtime versions. Change-Id: Ib78158e63021ae09b1fb2801b0e9486fefd30831 --- setup.cfg | 7 +++++-- zuul.d/layout.yaml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3a28de2..6f4fd93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,11 +16,14 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python - Programming Language :: Python :: Implementation :: CPython - Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: Implementation :: CPython 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 = diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index e241b0c..7d1cedf 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -2,4 +2,4 @@ templates: - check-requirements - openstack-cover-jobs - - openstack-python3-victoria-jobs + - openstack-python3-jobs