diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8083b60..adc2a54 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.13t", "3.14t"] name: Tests with Python ${{ matrix.python-version }} on Linux steps: @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.13t", "3.14t"] name: Tests with Python ${{ matrix.python-version }} on MacOS steps: @@ -113,7 +113,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.13t", "3.14t"] name: Tests with Python ${{ matrix.python-version }} on Windows steps: