Skip to content

Commit c5ce22e

Browse files
authored
Merge pull request #25 from utgwkk/ci-python-version
ci: change Python version set
2 parents c65f002 + 7d66179 commit c5ce22e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
15+
python-version:
16+
- '2.7'
17+
- '3.6'
18+
- '3.7'
19+
- '3.8'
20+
- '3.9'
1621
pytest-version: [4.6.11, 5.4.3]
1722

1823
exclude:

0 commit comments

Comments
 (0)