From bb2c6dc59fa2401381d606a688ee217f8d679aeb Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 1 Sep 2026 16:32:31 +0200 Subject: [PATCH] chore: remove python3.9 from tests --- .github/workflows/tests-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-python.yml b/.github/workflows/tests-python.yml index bf3911f..d8ad20e 100644 --- a/.github/workflows/tests-python.yml +++ b/.github/workflows/tests-python.yml @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2024 CERN. -# SPDX-FileCopyrightText: 2025 Graz University of Technology. +# SPDX-FileCopyrightText: 2025-2026 Graz University of Technology. # SPDX-FileCopyrightText: 2025 Northwestern University. # SPDX-License-Identifier: MIT @@ -12,7 +12,7 @@ on: description: "Python versions" type: string # NOTE: There is no "array" type, so we use "string" and parse it in the matrix - default: '["3.9", "3.11", "3.14"]' + default: '["3.11", "3.14"]' extras: description: "Extra dependencies" type: string