CI: Entirely drop Python 3.5 (it has been retired since F35)

This commit is contained in:
Miro Hrončok 2023-10-09 18:13:16 +02:00
parent 58f334d385
commit c8c3e8d253

View File

@ -13,9 +13,6 @@
- smoke27:
dir: python/smoke
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
- smoke35_optional:
dir: python/smoke
run: VERSION=3.5 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
- smoke36:
dir: python/smoke
run: VERSION=3.6 METHOD=virtualenv ./venv.sh