Add Python 3.13 support

This commit is contained in:
Veronica Berglyd Olsen
2024-10-21 17:03:52 +02:00
parent eda1a1c4dd
commit b0fc8d63a6
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
runs-on: ubuntu-latest
steps: