Skip to content

Commit e1b08c5

Browse files
committed
Drop Python 3.6 and add 3.8 & 3.9 to AppVeyor
1 parent d5ce132 commit e1b08c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ platform:
55

66
environment:
77
matrix:
8-
- PYTHON_VERSION: 3.6
9-
MINICONDA_DIRNAME: C:\Miniconda36-x64
108
- PYTHON_VERSION: 3.7
119
MINICONDA_DIRNAME: C:\Miniconda37-x64
10+
- PYTHON_VERSION: 3.8
11+
MINICONDA_DIRNAME: C:\Miniconda38-x64
12+
- PYTHON_VERSION: 3.9
13+
MINICONDA_DIRNAME: C:\Miniconda39-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)