feat: add python 3.13 to pipeline

This commit is contained in:
Daniel Bauer
2025-06-30 12:37:21 +02:00
parent 90b0180212
commit de485500a2

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4