Prepare for Python 3.7 retirement

This commit is contained in:
Miro Hrončok 2023-09-22 16:21:45 +02:00
commit e959438be8

View file

@ -32,7 +32,7 @@
run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh'
- smoke37:
dir: smoke
run: runuser testuser -c 'VERSION=3.7 METHOD=venv ./venv.sh'
run: VERSION=3.7 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh
- smoke38:
dir: smoke
run: runuser testuser -c 'VERSION=3.8 METHOD=venv ./venv.sh'
@ -80,7 +80,6 @@
- virtualenv
- python2.7
- python3.6
- python3.7
- python3.8
- python3.9
- python3.11