Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 2ff8f2c

Browse files
committed
Remove Python 3.5 builds from .appveyor.yml
Numpy no longer supports Python 3.5.
1 parent 82b73ba commit 2ff8f2c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.appveyor.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ environment:
2626
DAILY_COMMIT: master
2727

2828
matrix:
29-
- PYTHON: C:\Python37
30-
PYTHON_VERSION: 3.7
31-
PYTHON_ARCH: 32
32-
33-
- PYTHON: C:\Python37-x64
34-
PYTHON_VERSION: 3.7
35-
PYTHON_ARCH: 64
36-
3729
- PYTHON: C:\Python36
3830
PYTHON_VERSION: 3.6
3931
PYTHON_ARCH: 32
@@ -42,12 +34,12 @@ environment:
4234
PYTHON_VERSION: 3.6
4335
PYTHON_ARCH: 64
4436

45-
- PYTHON: C:\Python35
46-
PYTHON_VERSION: 3.5
37+
- PYTHON: C:\Python37
38+
PYTHON_VERSION: 3.7
4739
PYTHON_ARCH: 32
4840

49-
- PYTHON: C:\Python35-x64
50-
PYTHON_VERSION: 3.5
41+
- PYTHON: C:\Python37-x64
42+
PYTHON_VERSION: 3.7
5143
PYTHON_ARCH: 64
5244

5345
- PYTHON: C:\Python38rc1

0 commit comments

Comments
 (0)