[skip travis] adjust available python version

pull/8/head
Tom-Oliver Heidel 2020-09-23 03:51:29 +02:00 zatwierdzone przez GitHub
rodzic f940c3172a
commit eb98353bdd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -99,10 +99,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.4.2 32-Bit
- name: Set up Python 3.5.4 32-Bit
uses: actions/setup-python@v2
with:
python-version: '3.4.2'
python-version: '3.5.4'
architecture: 'x86'
- name: Install Requirements for 32 Bit
run: pip install pyinstaller==3.5