Upgrade Python to 3.7.10 for Travis-ci Linux builds

[skip appveyor]
Python 3.7.9 AppImages is not available anymore.
This commit is contained in:
Ale Martinez
2021-04-21 12:53:20 -03:00
parent 4c7bdc3963
commit 2cbf324a26

View File

@@ -46,10 +46,10 @@ chmod a+x linuxdeployqt-7-x86_64.AppImage
./linuxdeployqt-7-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libnss3,libnssutil3,libxcb-dri3.so.0 -unsupported-allow-new-glibc
# Add Python and core modules
wget https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.9-cp37-cp37m-manylinux1_x86_64.AppImage
chmod +x python3.7.9-cp37-cp37m-manylinux1_x86_64.AppImage
./python3.7.9-cp37-cp37m-manylinux1_x86_64.AppImage --appimage-extract
rm -f python3.7.9-cp37-cp37m-manylinux1_x86_64.AppImage
wget https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.10-cp37-cp37m-manylinux1_x86_64.AppImage
chmod +x python3.7.10-cp37-cp37m-manylinux1_x86_64.AppImage
./python3.7.10-cp37-cp37m-manylinux1_x86_64.AppImage --appimage-extract
rm -f python3.7.10-cp37-cp37m-manylinux1_x86_64.AppImage
export PATH="$(pwd)/squashfs-root/usr/bin:$PATH"
pip install --upgrade pip
pip install -r Python/requirements.txt