adds python 3.13 to checked versions in the github workflow

This commit is contained in:
Mose Müller
2025-06-19 10:39:40 +02:00
parent 25343f6909
commit 369587a50c

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.10", "3.11", "3.12"] python-version: ["3.10", "3.11", "3.12", "3.13"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4