From: Patrick Arminio Date: Tue, 29 Jul 2025 10:57:43 +0000 (+0100) Subject: Add tests for free threaded and 3.14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Fpython-tests-t;p=thirdparty%2Ffastapi%2Ffastapi.git Add tests for free threaded and 3.14 --- 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: