Skip to content

Commit 4957d99

Browse files
committed
Comment out Python 3.6 so we can see what happens with 3.7
1 parent b3d0aac commit 4957d99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ environment:
77
PYTHON_ARCH: "64"
88
TOXENV: "py35"
99

10-
- PYTHON: "C:\\Python36-x64"
11-
PYTHON_VERSION: "3.6.x"
12-
PYTHON_ARCH: "64"
13-
TOXENV: "py36"
10+
# - PYTHON: "C:\\Python36-x64"
11+
# PYTHON_VERSION: "3.6.x"
12+
# PYTHON_ARCH: "64"
13+
# TOXENV: "py36"
1414

1515
- PYTHON: "C:\\Python37-x64"
1616
PYTHON_VERSION: "3.7.x"

0 commit comments

Comments
 (0)