CI: Drop Python 2.7 completely

Fedora 41 was the last one to have it and it is EOL.

[skip changelog]
This commit is contained in:
Miro Hrončok
2026-01-13 16:42:20 +01:00
parent d79d40d8d0
commit 46c8a3f420
-3
View File
@@ -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