Skip to content

Commit 0e89bf2

Browse files
authored
Update appveyor.yml
drop support for python < 3.6 supports only PYTHON_ARCH: '64'
1 parent 6c400e5 commit 0e89bf2

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

appveyor.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,23 @@ environment:
1414
PIP_ONLY_BINARY: lxml
1515
matrix:
1616

17-
- TOXENV: 'py27-notebook'
18-
TOXPYTHON: C:\Python27\python.exe
19-
PYTHON_HOME: C:\Python27
20-
PYTHON_VERSION: '2.7'
21-
PYTHON_ARCH: '32'
22-
23-
- TOXENV: 'py36-notebook44'
17+
- TOXENV: 'py36-notebook60'
2418
TOXPYTHON: C:\Python36\python.exe
2519
PYTHON_HOME: C:\Python36
2620
PYTHON_VERSION: '3.6'
27-
PYTHON_ARCH: '32'
21+
PYTHON_ARCH: '64'
2822

29-
- TOXENV: 'py36-notebook54'
23+
- TOXENV: 'py37-notebook60'
3024
TOXPYTHON: C:\Python36\python.exe
31-
PYTHON_HOME: C:\Python36
32-
PYTHON_VERSION: '3.6'
33-
PYTHON_ARCH: '32'
25+
PYTHON_HOME: C:\Python37
26+
PYTHON_VERSION: '3.7'
27+
PYTHON_ARCH: '64'
3428

35-
- TOXENV: 'py36-notebook55'
36-
TOXPYTHON: C:\Python36\python.exe
37-
PYTHON_HOME: C:\Python36
38-
PYTHON_VERSION: '3.6'
39-
PYTHON_ARCH: '32'
29+
- TOXENV: 'py38-notebook60'
30+
TOXPYTHON: C:\Python38\python.exe
31+
PYTHON_HOME: C:\Python38
32+
PYTHON_VERSION: '3.8'
33+
PYTHON_ARCH: '64'
4034

4135
init:
4236
- ps: echo $env:TOXENV

0 commit comments

Comments
 (0)