From 0e3f8e99d771e0a63d8e25f4816271151cf10179 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 24 Mar 2026 10:13:05 +0100 Subject: [PATCH] expand test matrix to test 3.14t on windows/ubuntu/macos --- .github/workflows/test.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87d4604a4b..0ba9d3f155 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: strategy: matrix: os: [ windows-latest, macos-latest ] - python-version: [ "3.14" ] + python-version: [ "3.14", "3.14t" ] deprecated-tests: [ "no-deprecation" ] uv-resolution: - highest @@ -82,13 +82,8 @@ jobs: coverage: coverage uv-resolution: highest starlette-src: starlette-git - deprecated-tests: "no-deprecation" - - os: ubuntu-latest - python-version: "3.14" - coverage: coverage - uv-resolution: highest deprecated-tests: "test-deprecation" - - os: windows-latest + - os: ubuntu-latest python-version: "3.14t" coverage: coverage uv-resolution: highest