Skip to content

Commit

Permalink
Python 3.8 pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lonsdale authored and Andrew Lonsdale committed Mar 4, 2022
1 parent acd67ba commit 99e0f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install dependency env
uses: actions/setup-python@v2
with:
python-version: '3.9.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.8.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install dependencies
run: |
Expand Down

0 comments on commit 99e0f9d

Please sign in to comment.