Skip to content

Commit dcef5a6

Browse files
committed
- removed Python 2.7 build from action script
1 parent a14b24d commit dcef5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
# python-version: [3.7]
42-
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
42+
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
4343

4444
steps:
4545
# Checkout repo

0 commit comments

Comments
 (0)