From 247511daa46acd7c41456002ace40e444e1e521f Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 12 Dec 2023 13:53:13 -0500 Subject: [PATCH] ci: Add python 3.11/3.12 as required checks --- .github/sync-repo-settings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 68af1253..38bd545c 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -14,6 +14,8 @@ branchProtectionRules: - 'Samples - Python 3.8' - 'Samples - Python 3.9' - 'Samples - Python 3.10' + - 'Samples - Python 3.11' + - 'Samples - Python 3.12' permissionRules: - team: actools-python permission: admin