Skip to content

Commit

Permalink
Fix python matrix for 3.10 being recognized as 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatnazali committed Mar 1, 2024
1 parent 4e3ccb5 commit 163c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [ 3.10, 3.11, 3.12 ]
python-version: [ '3.10', '3.11', '3.12' ]
defaults:
run:
working-directory: ./source
Expand Down

0 comments on commit 163c535

Please sign in to comment.