Skip to content

Commit 03b78e3

Browse files
author
Neeraj Kashyap
committed
3.10.12 (GitHub Actions parses 3.10 as 3.1)
Should probably use strings.
1 parent d67bf6c commit 03b78e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11]
17+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.12, 3.11]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)