From eb98353bdd5b8751d35db1d0cfadaa33320864a5 Mon Sep 17 00:00:00 2001 From: Tom-Oliver Heidel Date: Wed, 23 Sep 2020 03:51:29 +0200 Subject: [PATCH] [skip travis] adjust available python version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9088dbb3..354ab9903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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