From fab10c58f7ad7f17b759e8b8169e7dbab5f809da Mon Sep 17 00:00:00 2001 From: Grant Gainey Date: Mon, 15 Dec 2025 09:49:01 -0500 Subject: [PATCH] Drop support for 3.10 branch --- template_config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/template_config.yml b/template_config.yml index e2326c02..d3468883 100644 --- a/template_config.yml +++ b/template_config.yml @@ -89,7 +89,6 @@ stalebot_days_until_close: 30 stalebot_days_until_stale: 90 stalebot_limit_to_pulls: true supported_release_branches: -- '3.10' - '3.11' - '3.12' - '3.13'