We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd99e63 commit 985cb44Copy full SHA for 985cb44
1 file changed
.github/workflows/pyinstaller-builds-actions.yml
@@ -18,7 +18,7 @@ jobs:
18
# miniconda-version: "latest"
19
miniforge-version: latest
20
auto-update-conda: true
21
- python-version: 3.8
+ python-version: 3.11
22
activate-environment: test
23
- name: Install CadQuery and pyinstaller
24
shell: bash --login {0}
@@ -44,7 +44,7 @@ jobs:
44
with:
45
miniconda-version: "latest"
46
47
48
49
50
@@ -70,7 +70,7 @@ jobs:
70
71
72
# auto-update-conda: true
73
74
75
76
shell: pwsh
0 commit comments