From fc6f9f8df739e797d450850e21308cfeee9fb75a Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Tue, 29 Jul 2025 11:57:43 +0100 Subject: [PATCH] Add tests for free threaded and 3.14 --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3940be01b..9410562468 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,9 @@ jobs: strategy: matrix: python-version: + - "3.14t" + - "3.14" + - "3.13t" - "3.13" - "3.12" - "3.11" @@ -66,6 +69,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Setup uv uses: astral-sh/setup-uv@v6 with: -- 2.47.2