Skip to content

Commit f92e831

Browse files
authored
Fix 3.10 python version in matrix
1 parent 2abf99d commit f92e831

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
20+
python-version:
21+
- 3.7
22+
- 3.8
23+
- 3.9
24+
- '3.10'
2125
steps:
2226
- name: Checkout the repository
2327
uses: actions/checkout@v2

0 commit comments

Comments
 (0)