Remove Python 3.9 from tests; pip no longer supports it since 26.1.

This commit is contained in:
Lumir Balhar 2026-04-29 20:36:19 +02:00
commit a5bfb663f2

View file

@ -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