diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d40c74ac..d1837eca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,7 @@ jobs: python: - "3.10" - "3.13" + - "3.13t" platform: - ubuntu-latest - macos-latest @@ -47,6 +48,8 @@ jobs: platform: ubuntu-latest - python: "3.14" platform: ubuntu-latest + - python: "3.14t" + platform: ubuntu-latest - python: "3.15" platform: ubuntu-latest - python: pypy3.10