Skip to content

Commit 985cb44

Browse files
authored
bump to py 3.11
1 parent cd99e63 commit 985cb44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pyinstaller-builds-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# miniconda-version: "latest"
1919
miniforge-version: latest
2020
auto-update-conda: true
21-
python-version: 3.8
21+
python-version: 3.11
2222
activate-environment: test
2323
- name: Install CadQuery and pyinstaller
2424
shell: bash --login {0}
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
miniconda-version: "latest"
4646
auto-update-conda: true
47-
python-version: 3.8
47+
python-version: 3.11
4848
activate-environment: test
4949
- name: Install CadQuery and pyinstaller
5050
shell: bash --login {0}
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
miniforge-version: latest
7272
# auto-update-conda: true
73-
python-version: 3.8
73+
python-version: 3.11
7474
activate-environment: test
7575
- name: Install CadQuery and pyinstaller
7676
shell: pwsh

0 commit comments

Comments
 (0)