This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch tisonkun-patch-1 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 47c3bcc3722d12777f38a94f04359aea03c2499d Author: tison <[email protected]> AuthorDate: Mon Jan 26 15:47:14 2026 +0800 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 c8c1f5a4e..690081448 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)"
