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

@ -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 =

View File

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