mirror of https://github.com/tiangolo/fastapi.git
Add tests for free threaded and 3.14
This commit is contained in:
parent
7b2631a88d
commit
fc6f9f8df7
|
|
@ -48,6 +48,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
|
- "3.14t"
|
||||||
|
- "3.14"
|
||||||
|
- "3.13t"
|
||||||
- "3.13"
|
- "3.13"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
|
|
@ -66,6 +69,7 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
allow-prereleases: true
|
||||||
- name: Setup uv
|
- name: Setup uv
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue