From e9bb9b7d49478cb173225d5faf4d565f66b8c0d7 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 3 Dec 2018 22:52:47 +0200 Subject: [PATCH] Enable Python 3.7 on Appveyor Python 3.7 is already enabled on all the other platforms. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 7f2fb46..1c7f78b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,8 @@ environment: - python: 35-x64 - python: 36 - python: 36-x64 + - python: 37 + - python: 37-x64 install: - "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"