From 27948d3709ed8eb38eec3b8ca7cf2388431755f6 Mon Sep 17 00:00:00 2001 From: Mehdi ABAAKOUK Date: Thu, 27 Aug 2026 16:53:45 +0200 Subject: [PATCH] ci(mergify): don't check Python 3.9 tests Mergify reads its configuration from the default branch, so a pull request that removes 3.9 from the CI matrix would still be gated on a `Test with Python 3.9` check run that no longer exists, and could never merge. Drop the requirement first, on its own, exactly like #142 did before 3.8 was dropped in #140. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01XkWQRxh5pfi2Fbuv3Z9wen Change-Id: I2e80afa6a0e70ac049da3512f43185a57a744e50 --- .mergify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 347c9b2..a13ac90 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,7 +1,6 @@ extends: .github shared: check_runs: &CheckRuns - - check-success=Test with Python 3.9 - check-success=Test with Python 3.10 - check-success=Test with Python 3.11 - check-success=Test with Python 3.12