Moves supported python runtimes from version 3.8 to 3.10

Within 2023.2 python version 3.9 and 3.10 are the
supported python runtimes [1].
[1] https://review.opendev.org/c/openstack/governance/+/872232

Change-Id: I82682282703def588ce95b9b0067651ccf5ce924
This commit is contained in:
Hervé Beraud 2023-04-03 11:13:32 +02:00 committed by Douglas Mendizábal
parent d80573c612
commit 67a3d3b0db
2 changed files with 12 additions and 12 deletions

View File

@ -11,28 +11,28 @@
- openstack/oslo.policy - openstack/oslo.policy
- job: - job:
name: cross-nova-tox-py38 name: cross-nova-tox-py310
parent: openstack-tox parent: openstack-tox
nodeset: ubuntu-focal nodeset: ubuntu-jammy
description: | description: |
Run cross-project unit tests on nova. Run cross-project unit tests on nova.
vars: vars:
zuul_work_dir: src/opendev.org/openstack/nova zuul_work_dir: src/opendev.org/openstack/nova
tox_envlist: py38 tox_envlist: py310
required-projects: required-projects:
- openstack/nova - openstack/nova
- openstack/oslo.policy - openstack/oslo.policy
- job: - job:
name: cross-neutron-tox-py38 name: cross-neutron-tox-py310
parent: openstack-tox parent: openstack-tox
nodeset: ubuntu-focal nodeset: ubuntu-jammy
description: | description: |
Run cross-project unit tests on neutron. Run cross-project unit tests on neutron.
timeout: 3600 timeout: 3600
vars: vars:
zuul_work_dir: src/opendev.org/openstack/neutron zuul_work_dir: src/opendev.org/openstack/neutron
tox_envlist: py38 tox_envlist: py310
required-projects: required-projects:
- openstack/neutron - openstack/neutron
- openstack/oslo.policy - openstack/oslo.policy
@ -47,11 +47,11 @@
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
- cross-nova-tox-py38 - cross-nova-tox-py310
- cross-nova-tox-functional - cross-nova-tox-functional
- cross-neutron-tox-py38 - cross-neutron-tox-py310
gate: gate:
jobs: jobs:
- cross-nova-tox-py38 - cross-nova-tox-py310
- cross-nova-tox-functional - cross-nova-tox-functional
- cross-neutron-tox-py38 - cross-neutron-tox-py310

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/oslo.policy/latest/ home_page = https://docs.openstack.org/oslo.policy/latest/
python_requires = >=3.8 python_requires = >=3.9
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
@ -15,8 +15,8 @@ classifier =
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython