diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e915c0a..dddd2af 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,6 +13,7 @@ jobs: fail-fast: false matrix: include: + - {python: '3.14t'} - {python: '3.14'} - {name: Windows, python: '3.14', os: windows-latest} - {name: Mac, python: '3.14', os: macos-latest}