Skip to content

Commit a703e89

Browse files
committed
remove py 3.5 support
1 parent 915b717 commit a703e89

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@ jobs:
1010
# FIXME should be include:, but individual entries are not supported yet, so work-around
1111
config:
1212

13-
# Use 2016 image for 3.5 as 2019 does not have VC++ 14.0 compiler.
13+
# Use 2016 image as 2019 does not have VC++ 14.0 compiler.
1414
# https://github.community/t5/GitHub-Actions/Microsoft-Visual-C-14-0-compiler-not-available-on-Windows-2019/m-p/32871
15-
- os-image: windows-2016
16-
os-name: windows
17-
python-version: '3.5'
18-
python-arch: '64'
19-
numpy-version: '1.9'
2015
- os-image: windows-2016
2116
os-name: windows
2217
python-version: '3.6'

0 commit comments

Comments
 (0)