Remove Python 3.6 from CI configuration

This commit is contained in:
Lumir Balhar 2026-04-30 20:05:08 +02:00
commit 5fd8a26f31

View file

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