Merge pull request #244 from tiqi-group/feat/add_python_3_13_support

feat: official support for python 3.13
This commit is contained in:
Mose Müller
2025-06-19 10:42:11 +02:00
committed by GitHub

View File

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