1
0
Fork 0
mirror of synced 2024-09-30 01:07:47 +13:00

Merge pull request #64 from ChemicalXandco/patch-1

Update windows installer build to use python 3.9.5
This commit is contained in:
Dummerle 2021-05-21 17:12:27 +02:00 committed by GitHub
commit acf1b2d8dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8' python-version: '3.9.5'
- name: Install python deps - name: Install python deps
run: | run: |
pip3 install cx_Freeze setuptools wheel pip3 install cx_Freeze setuptools wheel