From 494167d9cb3bde4e6f98d5df52c40ef4aaaed7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 13 Jan 2026 16:42:20 +0100 Subject: [PATCH] CI: Drop Python 2.7 completely Fedora 41 was the last one to have it and it is EOL. [skip changelog] --- plan.fmf | 3 --- 1 file changed, 3 deletions(-) diff --git a/plan.fmf b/plan.fmf index c10b63e..52011e3 100644 --- a/plan.fmf +++ b/plan.fmf @@ -31,9 +31,6 @@ discover: how: shell url: https://src.fedoraproject.org/tests/python.git tests: - - name: smoke27 - path: /smoke - test: VERSION=2.7 INSTALL_OR_SKIP=true METHOD=virtualenv TOX_REQUIRES="virtualenv<20.22.0" ./venv.sh - name: smoke36 path: /smoke test: VERSION=3.6 INSTALL_OR_SKIP=true TOX_REQUIRES="virtualenv<20.22.0" ./venv.sh