Skip to content

Commit 16cb38a

Browse files
author
1138-4EB
committed
appveyor: remove py34, py36 and py37; add py38
1 parent 610fc95 commit 16cb38a

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

.appveyor.yml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,26 @@ environment:
99

1010
- BUILD_NAME: py27-unit
1111
PYTHON: "C:\\Python27"
12-
- BUILD_NAME: py34-unit
13-
PYTHON: "C:\\Python34"
1412
- BUILD_NAME: py35-unit
1513
PYTHON: "C:\\Python35"
16-
- BUILD_NAME: py36-unit
17-
PYTHON: "C:\\Python36"
18-
- BUILD_NAME: py37-unit
19-
PYTHON: "C:\\Python37"
14+
- BUILD_NAME: py38-unit
15+
PYTHON: "C:\\Python38"
2016

21-
- BUILD_NAME: py37-lint
22-
PYTHON: "C:\\Python37"
17+
- BUILD_NAME: py38-lint
18+
PYTHON: "C:\\Python38"
2319

2420
- BUILD_NAME: py27-docs
2521
PYTHON: "C:\\Python27"
26-
- BUILD_NAME: py37-docs
27-
PYTHON: "C:\\Python37"
22+
- BUILD_NAME: py38-docs
23+
PYTHON: "C:\\Python38"
2824

2925
- BUILD_NAME: py27-acceptance-ghdl
3026
PYTHON: "C:\\Python27"
31-
- BUILD_NAME: py37-acceptance-ghdl
32-
PYTHON: "C:\\Python37"
27+
- BUILD_NAME: py38-acceptance-ghdl
28+
PYTHON: "C:\\Python38"
3329

34-
- BUILD_NAME: py37-vcomponents-ghdl
35-
PYTHON: "C:\\Python37"
30+
- BUILD_NAME: py38-vcomponents-ghdl
31+
PYTHON: "C:\\Python38"
3632

3733
install:
3834
- "git submodule update --init --recursive"

0 commit comments

Comments
 (0)