Skip to content

Commit 7f65c2c

Browse files
committed
Remove Python 3.8 from AppVeyor since it doesn't seem to yet support it, at least not in a Miniconda environment
1 parent 9c0f5ce commit 7f65c2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ environment:
88
PYTHON_VERSION: "3.6.x"
99
PYTHON_ARCH: "64"
1010
TOXENV: "py36"
11+
1112
- PYTHON: "C:\\Miniconda37-x64"
1213
PYTHON_VERSION: "3.7.x"
1314
PYTHON_ARCH: "64"
1415
TOXENV: "py37"
15-
- PYTHON: "C:\\Miniconda38-x64"
16-
PYTHON_VERSION: "3.8.x"
17-
PYTHON_ARCH: "64"
18-
TOXENV: "py38"
1916

2017
init:
2118
- "%PYTHON%/python -V"

0 commit comments

Comments
 (0)