Skip to content

Commit e6df76d

Browse files
committed
- updated windows action
1 parent 9064471 commit e6df76d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: [3.7]
14-
# python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
1514

1615
steps:
1716
# Checkout repo
@@ -37,7 +36,7 @@ jobs:
3736
strategy:
3837
matrix:
3938
# python-version: [3.7]
40-
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
39+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
4140

4241
steps:
4342
# Checkout repo

0 commit comments

Comments
 (0)