We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf091c commit cd99e63Copy full SHA for cd99e63
1 file changed
.github/workflows/pyinstaller.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-python@v4
15
with:
16
- python-version: '3.10'
+ python-version: '3.11'
17
- name: Install dependencies
18
run: |
19
pip install --upgrade pip
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments