CI: Python 3.5 is gone from all Fedoras (removed in F35)
https://fedoraproject.org/wiki/Changes/RetirePython3.5
This commit is contained in:
parent
bac2129304
commit
454b4fe562
1 changed files with 0 additions and 6 deletions
|
|
@ -10,9 +10,6 @@
|
|||
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
|
||||
dest: "pyproject-rpm-macros"
|
||||
tests:
|
||||
- smoke35_optional:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.5 INSTALL_OR_SKIP=true ./venv.sh
|
||||
- smoke36:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.6 ./venv.sh
|
||||
|
|
@ -40,9 +37,6 @@
|
|||
- smoke27:
|
||||
dir: python/smoke
|
||||
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
||||
- smoke35_virtualenv_optional:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.5 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
|
||||
- smoke36_virtualenv:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.6 METHOD=virtualenv ./venv.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue