From 2d213e7ed2d0230a6090d11157f33d134a52cc26 Mon Sep 17 00:00:00 2001 From: micbou Date: Mon, 23 Jul 2018 21:29:48 +0200 Subject: [PATCH] Test Python 3.7 on AppVeyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 81959c45..9fe32f67 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,12 +4,12 @@ environment: COVERAGE: true matrix: - arch: 32 - python: 36 + python: 37 # We only test Python 2.7 on 64 bits. - arch: 64 python: 27 - arch: 64 - python: 36 + python: 37 install: - ci\appveyor\appveyor_install.bat build_script: