build executables on GitHub Actions with Python 3.8

Python 3.9 is incompatible with Windows 7, so using a lower
Python version maybe allows those files to run on Windows 7.
pull/1415/head
Mike Fährmann 4 years ago
parent 5aa30c3669
commit 0a9af56e3c
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.8
- name: Build executable
run: |

Loading…
Cancel
Save