Skip to content

Commit dadf160

Browse files
committed
fix python versions on actions
1 parent 576e87e commit dadf160

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/python-test.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
18+
python-version:
19+
- "2.7.18"
20+
- "3.4.10"
21+
- "3.5.10"
22+
- "3.6.13"
23+
- "3.7.10"
24+
- "3.8.8"
25+
- "3.9.2"
1926

2027
steps:
2128
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)