diff --git a/.github/workflows/test-and-publish.yaml b/.github/workflows/test-and-publish.yaml index f5edfef9..201d289d 100644 --- a/.github/workflows/test-and-publish.yaml +++ b/.github/workflows/test-and-publish.yaml @@ -32,6 +32,7 @@ on: - '3.12' - '3.13' - '3.14' + - '3.14t' build_type: type: choice description: 'Choose the build type to use' @@ -182,7 +183,7 @@ jobs: fail-fast: false matrix: os: [ 'ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2022', 'ubuntu-22.04-arm' ] - python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ] + python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t' ] runs-on: ${{ matrix.os }} container: ${{ (startsWith(matrix.os, 'ubuntu') && 'ubuntu:20.04') || null }} steps: