Prepare for Python 3.7 retirement
This commit is contained in:
parent
7553b176d5
commit
e959438be8
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue