From 47c3bcc3722d12777f38a94f04359aea03c2499d Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 26 Jan 2026 15:47:14 +0800 Subject: [PATCH] ci: Drop Python 3.9 checks Removed 'Unit Tests (Python 3.9)' from required status checks. --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index c8c1f5a4e5..690081448f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -43,7 +43,6 @@ github: trunk: required_status_checks: contexts: - - "Unit Tests (Python 3.9)" - "Unit Tests (Python 3.10)" - "Unit Tests (Python 3.11)" - "Unit Tests (Python 3.12)"