mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-12-16 11:33:36 +08:00
⬆️ Add support for Python 3.14 (#1578)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0cbf2e6049
commit
45215fceca
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -26,9 +26,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
python-version: [ "3.13" ]
|
||||
python-version: [ "3.14" ]
|
||||
pydantic-version:
|
||||
- pydantic-v1
|
||||
- pydantic-v2
|
||||
include:
|
||||
- os: macos-latest
|
||||
@@ -47,7 +46,10 @@ jobs:
|
||||
python-version: "3.12"
|
||||
pydantic-version: pydantic-v1
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.12"
|
||||
python-version: "3.13"
|
||||
pydantic-version: pydantic-v1
|
||||
- os: macos-latest
|
||||
python-version: "3.13"
|
||||
pydantic-version: pydantic-v2
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user