From c068bd8f690bcc41b20d2944cb514d8007ab75ea Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Tue, 11 Nov 2025 12:36:57 +0000 Subject: [PATCH] Add 3.13t and 3.14t to CI --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11ab968..0e8e385 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.9", "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.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.9", "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.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.13t", "3.14t"] name: Tests with Python ${{ matrix.python-version }} on Windows steps: