Upgrade everything to run on Python 3.13

This commit is contained in:
Veronica Berglyd Olsen
2025-04-20 15:01:06 +02:00
parent 6fa33b9187
commit f458d1f9d1
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
architecture: x64
- name: Checkout Source