From f56ce0ac7fc196bdfacf0f4628b4e87ed0935a49 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:35:07 +0100 Subject: [PATCH] chore(branch-ci): Remove PYthon 3.10 from test matrix --- .github/workflows/branch_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch_ci.yml b/.github/workflows/branch_ci.yml index dd76046..79f31e1 100644 --- a/.github/workflows/branch_ci.yml +++ b/.github/workflows/branch_ci.yml @@ -54,7 +54,7 @@ on: type: boolean test_python_versions: description: 'Which python verions to use' - default: '["3.10", "3.11", "3.12"]' + default: '["3.11", "3.12"]' type: string # Specify concurrency such that only one workflow can run at a time