From a5bfb663f271879e08d03932e19832db210a083f Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 29 Apr 2026 20:36:19 +0200 Subject: [PATCH] Remove Python 3.9 from tests; pip no longer supports it since 26.1. --- plan.fmf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plan.fmf b/plan.fmf index 72ad07b..01c13a2 100644 --- a/plan.fmf +++ b/plan.fmf @@ -9,9 +9,6 @@ discover: - name: smoke36 path: /smoke test: VERSION=3.6 TOX=false ./venv.sh - - name: smoke39 - path: /smoke - test: VERSION=3.9 ./venv.sh - name: smoke310 path: /smoke test: VERSION=3.10 ./venv.sh @@ -30,9 +27,6 @@ discover: - name: smoke315 path: /smoke test: VERSION=3.15 ./venv.sh - - name: smoke39_virtualenv - path: /smoke - test: VERSION=3.9 METHOD=virtualenv ./venv.sh - name: smoke310_virtualenv path: /smoke test: VERSION=3.10 METHOD=virtualenv ./venv.sh @@ -89,7 +83,6 @@ prepare: - gcc - virtualenv - python3.6-devel - - python3.9-devel - python3.10-devel - python3.11-devel - python3.12-devel