From 037fae0785b6904f5a79ff87dcfa8d7bad30b378 Mon Sep 17 00:00:00 2001 From: Charly Laurent Date: Wed, 29 Jan 2025 08:23:47 +0100 Subject: [PATCH] ci(mergify): don't check Python 3.8 tests We'll remove support to bump Poetry to v2. Change-Id: Ic6fb026a7ebc07ca8e7664677a5b76789e1da39e --- .mergify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 09d8122..8c40cc8 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -5,7 +5,6 @@ queue_rules: allow_inplace_checks: true queue_conditions: - and: &CheckRuns - - check-success=Test with Python 3.8 - check-success=Test with Python 3.9 - check-success=Test with Python 3.10 - check-success=Test with Python 3.11