Update tests to run on Python 3.13

This commit is contained in:
MattHag 2024-12-24 12:50:39 +01:00 committed by Peter F. Patel-Schneider
parent 382e0b6797
commit 9af67f0e1d
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.12]
python-version: [3.8, 3.13]
steps:
- name: Checkout
@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.12]
python-version: [3.8, 3.13]
steps:
- name: Checkout