Update python job template

... and supported python runtime versions.

Change-Id: Ib78158e63021ae09b1fb2801b0e9486fefd30831
This commit is contained in:
Takashi Kajinami 2023-10-18 14:31:55 +09:00
parent 5bb536c13b
commit 812905b54b
2 changed files with 6 additions and 3 deletions

View File

@ -17,10 +17,13 @@ classifier =
Operating System :: OS Independent Operating System :: OS Independent
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
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 =

View File

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