]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Add tests for free threaded and 3.14 feature/python-tests-t 13946/head
authorPatrick Arminio <patrick.arminio@gmail.com>
Tue, 29 Jul 2025 10:57:43 +0000 (11:57 +0100)
committerPatrick Arminio <patrick.arminio@gmail.com>
Tue, 29 Jul 2025 11:03:13 +0000 (12:03 +0100)
.github/workflows/test.yml

index c3940be01b22030970b6a86d625839666f1800ca..9410562468a907e95a97e89835b8c3c4c515e311 100644 (file)
@@ -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: