From 3cdb1724f9469bd881c2671af603b32dda303837 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 10 Aug 2018 18:50:02 +0200 Subject: [PATCH] Appveyor: Test in Python 3.7 instead of Python 3.6 --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9a4028780..a0c948246 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,8 +7,8 @@ environment: matrix: - PYTHON: 27 TEST_IGNORE: --ignore py35 - - PYTHON: 36 - - PYTHON: 36-x64 + - PYTHON: 37 + - PYTHON: 37-x64 install: - C:\Python%PYTHON%\python.exe -m pip install -U pip setuptools