From 3d0fada4f91835dc6ad6e14642d42445e46938da Mon Sep 17 00:00:00 2001 From: Quirin Pamp Date: Wed, 3 Jun 2026 11:20:45 +0200 Subject: [PATCH] Drop support for 3.5 and 3.7 branches --- template_config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template_config.yml b/template_config.yml index d7debbaa..ec0b6c83 100644 --- a/template_config.yml +++ b/template_config.yml @@ -91,9 +91,8 @@ stalebot_days_until_close: 30 stalebot_days_until_stale: 90 stalebot_limit_to_pulls: true supported_release_branches: + - "3.9" - "3.8" - - "3.7" - - "3.5" sync_ci: true test_azure: true test_cli: true