From 5a29c0b1a0e5c8284f92578fa51e5b58dfcc1c8b Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Mon, 17 Nov 2025 10:28:23 +0000 Subject: [PATCH] Drop support for Python 3.10 in Kayobe/KA Master --- terraform/github/branches.tf | 3 +-- terraform/github/terraform.tfvars.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/terraform/github/branches.tf b/terraform/github/branches.tf index 39810b5b..72f2d990 100644 --- a/terraform/github/branches.tf +++ b/terraform/github/branches.tf @@ -262,8 +262,7 @@ resource "github_branch_protection" "kayobe_branch_protection_master" { contexts = lookup(lookup(var.required_status_checks, each.key, {}), "stackhpc/master", lookup(var.required_status_checks, each.key, { "default" : [ "tox / Tox pep8 with Python 3.12", - "tox / Tox py3 with Python 3.12", - "tox / Tox py3 with Python 3.10" + "tox / Tox py3 with Python 3.12" ] }).default) strict = false diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index bc77f2e4..55ef7f5e 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -402,8 +402,7 @@ "aio (Rocky 9 OVN) / All in one", "aio (Ubuntu Noble OVN) / All in one", "aio upgrade (Rocky 9 OVN) / All in one", - "Ansible 2.18 lint with Python 3.12", - "Ansible 2.17 lint with Python 3.10" + "Ansible 2.18 lint with Python 3.12" ] }, "stackhpc-release-train": {