From da9fc22c9784255abcdd23f937b7a0ee971a7cb0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 12 Jan 2024 16:16:47 +0900 Subject: [PATCH] 2023.2 only: Switch to non-versioned template ... to use the appropriate python versions in tests. This also marks python 3.10 supported because it's part of the tested runtimes for 2023.2. The job template was updated in master by [1] so this is submitted as a stable only change. [1] https://review.opendev.org/c/openstack/automaton/+/905368 Change-Id: Ib513af50ea3bf77e8edbac7d69b227386b318613 --- .zuul.yaml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index d4c4242..fe57fa3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,7 +2,7 @@ templates: - check-requirements - lib-forward-testing-python3 - - openstack-python3-antelope-jobs + - openstack-python3-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/setup.cfg b/setup.cfg index 2921de9..985f560 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Libraries