From 151687f818d02fac461842759b9cd4d8e775bdf1 Mon Sep 17 00:00:00 2001 From: elajkat Date: Fri, 4 Oct 2024 17:59:15 +0200 Subject: [PATCH] Update jobs based on testing runtime for 2025.1 Based on [0] only py39 and py312 jobs are in the testing runtime for 2025.1, updated relevant files accordingly. [0] https://review.opendev.org/c/openstack/governance/+/926150 Depends-on: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/926153 Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/929823 Change-Id: Ie8b05b4666073d8e47c892672efb74e1d27ce201 --- .zuul.yaml | 18 +++--------------- setup.cfg | 4 ++-- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ab506ded1..77b1fcfed 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,12 +11,6 @@ - openstack-tox-py39: required-projects: - openstack/neutron - - openstack-tox-py310: - required-projects: - - openstack/neutron - - openstack-tox-py311: - required-projects: - - openstack/neutron - openstack-tox-py312: required-projects: - openstack/neutron @@ -31,10 +25,7 @@ - openstack-tox-py39: required-projects: - openstack/neutron - - openstack-tox-py310: - required-projects: - - openstack/neutron - - openstack-tox-py311: + - openstack-tox-py312: required-projects: - openstack/neutron - openstack-tox-docs: @@ -46,7 +37,7 @@ experimental: jobs: - neutron-vpnaas-rally - - openstack-tox-py310-with-oslo-master: + - openstack-tox-py312-with-oslo-master: required-projects: - openstack/neutron periodic-weekly: @@ -54,10 +45,7 @@ - openstack-tox-py312: required-projects: - openstack/neutron - - openstack-tox-py311: - required-projects: - - openstack/neutron - - openstack-tox-py310-with-oslo-master: + - openstack-tox-py312-with-oslo-master: required-projects: - openstack/neutron - neutron-tempest-plugin-vpnaas diff --git a/setup.cfg b/setup.cfg index 44d70768d..d11448c20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/neutron-vpnaas/latest/ -python_requires = >=3.8 +python_requires = >=3.9 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -17,10 +17,10 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [files] packages =