Move mac and windows tests to python 3.12

This commit is contained in:
Veronica Berglyd Olsen
2024-04-06 17:16:08 +02:00
parent de55106961
commit d569001f32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
architecture: x64
- name: Install Packages (brew)
run: |
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
architecture: x64
- name: Checkout Source
uses: actions/checkout@v4