Skip to content

Commit 2077c30

Browse files
committed
Fix: Correct Python Version Syntax from 3.10 to '3.10'
link: actions/setup-python#160
1 parent 04fbb1b commit 2077c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# Test against multiple Python versions
19-
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
19+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
2020

2121
steps:
2222
# Step to checkout the repository

0 commit comments

Comments
 (0)