Skip to content

Commit 6bf9b4e

Browse files
committed
ci: Disable Python 3.7 not yet available in appveyor image
See appveyor/ci#2475
1 parent 8ee05ad commit 6bf9b4e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

appveyor.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ environment:
4949
PYTHON_ARCH: "64"
5050
BLOCK: "0"
5151

52-
- PYTHON_DIR: "C:\\Python37"
53-
PYTHON_VERSION: "3.7.x"
54-
PYTHON_ARCH: "64"
55-
BLOCK: "0"
56-
57-
- PYTHON_DIR: "C:\\Python37-x64"
58-
PYTHON_VERSION: "3.7.x"
59-
PYTHON_ARCH: "64"
60-
BLOCK: "0"
52+
# - PYTHON_DIR: "C:\\Python37"
53+
# PYTHON_VERSION: "3.7.x"
54+
# PYTHON_ARCH: "64"
55+
# BLOCK: "0"
56+
#
57+
# - PYTHON_DIR: "C:\\Python37-x64"
58+
# PYTHON_VERSION: "3.7.x"
59+
# PYTHON_ARCH: "64"
60+
# BLOCK: "0"
6161

6262
GIRDER_TOKEN:
6363
secure: BJR/8+Z51IgDgkwnKVkmzxxP315kpgy6r952X3P03bIe0YTNo1ZeOSeqqEvJwFQF

0 commit comments

Comments
 (0)