Skip to content

Commit 986639a

Browse files
committed
chore: ci bumps
1 parent 62e365f commit 986639a

File tree

3 files changed

+1030
-995
lines changed

3 files changed

+1030
-995
lines changed

.github/workflows/testing.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,9 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [ "3.11.4", "3.12.0" ]
21-
fastapi-version: [ "0.103.2"]
22-
pydantic-version: [ "1.10.13", "2.4.2"]
23-
exclude:
24-
# Don't test python 3.12 on old FastAPI versions
25-
- fastapi-version: "0.86.0"
26-
pydantic-version: "2.1.1"
27-
- fastapi-version: "0.95.0"
28-
pydantic-version: "2.1.1"
20+
python-version: [ "3.11.4", "3.12.2" ]
21+
fastapi-version: [ "0.103.2", "0.110.0"]
22+
pydantic-version: [ "1.10.13", "2.6.2"]
2923
steps:
3024
- name: Check out repository
3125
uses: actions/checkout@v4

0 commit comments

Comments
 (0)