Make AppIamge build use Python 3.11

This commit is contained in:
Veronica Berglyd Olsen
2023-11-05 18:37:09 +01:00
parent 38c279b98f
commit 786c1f7d54
+2 -2
View File
@@ -9,7 +9,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v4
with:
python-version: 3
python-version: "3.11"
architecture: x64
- name: Install Packages (apt)
@@ -48,7 +48,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v4
with:
python-version: 3
python-version: "3.11"
architecture: x64
- name: Install Packages (pip)