fix: add py 3.13 to test matrix
CI / lint (pull_request) Successful in 38s
Build and Publish / release (push) Failing after 5s
CI / test (3.11) (pull_request) Successful in 1m38s
CI / test (3.13) (pull_request) Successful in 3m43s
CI / test (3.12) (pull_request) Successful in 3m51s
CI / lint (push) Successful in 5m11s
CI / test (3.12) (push) Successful in 2m27s
CI / test (3.13) (push) Successful in 2m30s
CI / test (3.11) (push) Successful in 2m35s

This commit was merged in pull request #114.
This commit is contained in:
2026-07-27 15:03:31 +02:00
parent 72d96ecd6a
commit d7fa11bc19
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
needs: "lint"
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- name: Checkout code