Remove retired Python 3.7 from CI configuration

This commit is contained in:
Lumir Balhar 2023-09-27 08:45:41 +02:00
parent 7a6121ad59
commit 5cfff4defd

View File

@ -16,9 +16,6 @@
- smoke36: - smoke36:
dir: python/smoke dir: python/smoke
run: VERSION=3.6 ./venv.sh run: VERSION=3.6 ./venv.sh
- smoke37:
dir: python/smoke
run: VERSION=3.7 ./venv.sh
- smoke38: - smoke38:
dir: python/smoke dir: python/smoke
run: VERSION=3.8 ./venv.sh run: VERSION=3.8 ./venv.sh
@ -40,9 +37,6 @@
- smoke36_virtualenv: - smoke36_virtualenv:
dir: python/smoke dir: python/smoke
run: VERSION=3.6 METHOD=virtualenv ./venv.sh run: VERSION=3.6 METHOD=virtualenv ./venv.sh
- smoke37_virtualenv:
dir: python/smoke
run: VERSION=3.7 METHOD=virtualenv ./venv.sh
- smoke38_virtualenv: - smoke38_virtualenv:
dir: python/smoke dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./venv.sh run: VERSION=3.8 METHOD=virtualenv ./venv.sh
@ -66,7 +60,6 @@
- virtualenv - virtualenv
- python2.7 - python2.7
- python3.6 - python3.6
- python3.7
- python3.8 - python3.8
- python3.9 - python3.9
- python3.10-devel - python3.10-devel