Skip to content

Commit 549c17a

Browse files
committed
Another try
1 parent dadf160 commit 549c17a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/python-test.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
strategy:
1717
matrix:
1818
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"
19+
- "2.7"
20+
- "3.5"
21+
- "3.6"
22+
- "3.7"
23+
- "3.8"
24+
- "3.9"
2625

2726
steps:
2827
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)