Skip to content

Commit bb32f93

Browse files
authored
Merge pull request #696 from CadQuery/marcus7070/kill-appveyor-3.6
Drop Python 3.6 and add 3.8 to AppVeyor
2 parents ab1427d + e73c6be commit bb32f93

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ env:
1919

2020
matrix:
2121
include:
22-
- name: "Python 3.6 - osx"
23-
env: PYTHON_VERSION=3.6
22+
- name: "Python 3.9 - osx"
23+
env: PYTHON_VERSION=3.9
2424
os: osx
25-
- name: "Python 3.6 - linux"
26-
env: PYTHON_VERSION=3.6
25+
- name: "Python 3.9 - linux"
26+
env: PYTHON_VERSION=3.9
2727
os: linux
2828
- name: "Python 3.7 - osx"
2929
env: PYTHON_VERSION=3.7

appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
image: Visual Studio 2019
2+
13
shallow_clone: true
24

35
platform:
46
- x64
57

68
environment:
79
matrix:
8-
- PYTHON_VERSION: 3.6
9-
MINICONDA_DIRNAME: C:\Miniconda36-x64
1010
- PYTHON_VERSION: 3.7
1111
MINICONDA_DIRNAME: C:\Miniconda37-x64
12+
- PYTHON_VERSION: 3.8
13+
MINICONDA_DIRNAME: C:\Miniconda38-x64
1214

1315
ANACONDA_TOKEN:
1416
secure: $(anaconda_token)
@@ -27,4 +29,4 @@ test_script:
2729
- pytest -v --cov
2830

2931
on_success:
30-
- codecov
32+
- codecov

0 commit comments

Comments
 (0)