Skip to content

Commit

Permalink
ci: add 3.9 and 3.10 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndxmrb committed Aug 20, 2024
1 parent 3dffb3d commit d9b12d4
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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
fastapi-version: [ "0.103.2", "0.111.1"]
steps:
- name: Check out repository
Expand Down

0 comments on commit d9b12d4

Please sign in to comment.