diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05f76df7..79bd24bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,14 @@ jobs: fail-fast: false matrix: os: ["ubuntu-24.04"] - 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.14t', + ] # Save resources - only verify the most recent Python versions on macOS. include: