Skip to content

Commit 5a29c0b

Browse files
committed
Drop support for Python 3.10 in Kayobe/KA Master
1 parent 0a44317 commit 5a29c0b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

terraform/github/branches.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ resource "github_branch_protection" "kayobe_branch_protection_master" {
262262
contexts = lookup(lookup(var.required_status_checks, each.key, {}), "stackhpc/master", lookup(var.required_status_checks, each.key, {
263263
"default" : [
264264
"tox / Tox pep8 with Python 3.12",
265-
"tox / Tox py3 with Python 3.12",
266-
"tox / Tox py3 with Python 3.10"
265+
"tox / Tox py3 with Python 3.12"
267266
]
268267
}).default)
269268
strict = false

terraform/github/terraform.tfvars.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,7 @@
402402
"aio (Rocky 9 OVN) / All in one",
403403
"aio (Ubuntu Noble OVN) / All in one",
404404
"aio upgrade (Rocky 9 OVN) / All in one",
405-
"Ansible 2.18 lint with Python 3.12",
406-
"Ansible 2.17 lint with Python 3.10"
405+
"Ansible 2.18 lint with Python 3.12"
407406
]
408407
},
409408
"stackhpc-release-train": {

0 commit comments

Comments
 (0)