CI: Make Python 3.7 optional (it has been retired since F40)
This commit is contained in:
parent
39bf27a924
commit
58f334d385
@ -19,9 +19,9 @@
|
|||||||
- smoke36:
|
- smoke36:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.6 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.6 METHOD=virtualenv ./venv.sh
|
||||||
- smoke37:
|
- smoke37_optional:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.7 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.7 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smoke38:
|
- smoke38:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
|
||||||
@ -42,7 +42,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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user