Bump pyinstaller version once again

This commit is contained in:
DarkPhoenix
2020-01-30 13:04:49 +03:00
parent 14f9a46d7a
commit a7a4be133c
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ install:
# target Python version and architecture
- ECHO "Install pip requirements:"
- "python -m pip install -r requirements.txt"
- "python -m pip install PyInstaller==3.3"
- "python -m pip install PyInstaller==3.6"
before_build:
# directory that will contain the built files

View File

@@ -5,4 +5,4 @@ sudo python3 -m ensurepip --upgrade
# A manual check that the correct version of Python is running.
python3 --version
python3 -m pip install -r requirements.txt
python3 -m pip install PyInstaller==3.3
python3 -m pip install PyInstaller==3.6