We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e365f commit 986639aCopy full SHA for 986639a
.github/workflows/testing.yaml
@@ -17,15 +17,9 @@ jobs:
17
strategy:
18
fail-fast: false
19
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
+ python-version: [ "3.11.4", "3.12.2" ]
+ fastapi-version: [ "0.103.2", "0.110.0"]
+ pydantic-version: [ "1.10.13", "2.6.2"]
29
steps:
30
- name: Check out repository
31
uses: actions/checkout@v4
0 commit comments