From 5fd8a26f31437569c50e05afc5a4e668bab9ffac Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Thu, 30 Apr 2026 20:05:08 +0200 Subject: [PATCH] Remove Python 3.6 from CI configuration --- plan.fmf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plan.fmf b/plan.fmf index 01c13a2..dca520b 100644 --- a/plan.fmf +++ b/plan.fmf @@ -6,9 +6,6 @@ discover: how: shell url: https://src.fedoraproject.org/tests/python.git tests: - - name: smoke36 - path: /smoke - test: VERSION=3.6 TOX=false ./venv.sh - name: smoke310 path: /smoke test: VERSION=3.10 ./venv.sh @@ -82,7 +79,6 @@ prepare: package: - gcc - virtualenv - - python3.6-devel - python3.10-devel - python3.11-devel - python3.12-devel