Fedora CI: Fedora 35 doesn't include Python 3.5 anymore
The relevant Fedora Change: https://fedoraproject.org/wiki/Changes/RetirePython3.5
This commit is contained in:
parent
2d5a4668ef
commit
7e823632fb
@ -13,9 +13,9 @@
|
|||||||
- smoke27:
|
- smoke27:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
||||||
- smoke35:
|
- smoke35_optional:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.5 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.5 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smoke36:
|
- smoke36:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.6 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.6 METHOD=virtualenv ./venv.sh
|
||||||
@ -41,7 +41,6 @@
|
|||||||
- gcc
|
- gcc
|
||||||
- virtualenv
|
- virtualenv
|
||||||
- python2.7
|
- python2.7
|
||||||
- python3.5
|
|
||||||
- python3.6
|
- python3.6
|
||||||
- python3.7
|
- python3.7
|
||||||
- python3.8
|
- python3.8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user