Skip to content

Commit 163c535

Browse files
committed
Fix python matrix for 3.10 being recognized as 3.1
Ref: actions/setup-python#160
1 parent 4e3ccb5 commit 163c535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
max-parallel: 4
2121
matrix:
22-
python-version: [ 3.10, 3.11, 3.12 ]
22+
python-version: [ '3.10', '3.11', '3.12' ]
2323
defaults:
2424
run:
2525
working-directory: ./source

0 commit comments

Comments
 (0)