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 3a7f9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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:
Expand Down

0 comments on commit 3a7f9dd

Please sign in to comment.