run ci on python 3.13 too

This commit is contained in:
frederik
2025-10-07 18:53:33 +02:00
parent 3265a7ceb9
commit b357a43228
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.11", "3.13"]
steps:
- name: Checkout