Skip to content

Commit

Permalink
update python patch version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
enadeau committed Jul 30, 2023
1 parent 10d1a80 commit 5ec0e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8.13", "3.11.2", "3.12.0-alpha.5" ]
python-version: [ "3.8.17", "3.11.4", "3.12.0-beta.4" ]
fastapi-version: [ "0.68.0", "0.86.0", "0.95.0", "0.100.1"]
pydantic-version: [ "1.10.12", "2.1.1"]
exclude:
# Don't test python 3.12 on old FastAPI versions
- python-version: "3.12.0-alpha.5"
- python-version: "3.12.0-beta.4"
fastapi-version: "0.68.0"
- python-version: "3.12.0-alpha.5"
- python-version: "3.12.0-beta.4"
fastapi-version: "0.86.0"
- fastapi-version: "0.68.0"
pydantic-version: "2.1.1"
Expand Down

0 comments on commit 5ec0e2f

Please sign in to comment.