Skip to content
This repository has been archived by the owner on Feb 20, 2025. It is now read-only.

Commit

Permalink
Actions: python ver
Browse files Browse the repository at this point in the history
  • Loading branch information
fdennis committed Feb 27, 2024
1 parent 2a81df9 commit 0c76e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.11.1'
python-version: '3.11.8'
architecture: 'x64'

- name: Install Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.11.1'
python-version: '3.11.8'
architecture: 'x86'

- name: Install Qt
Expand Down

0 comments on commit 0c76e4b

Please sign in to comment.