From 8ee344b09bc77078e859304d16b44f8395781bfa Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Wed, 3 Oct 2018 14:02:33 +0300 Subject: [PATCH] CI: Added Appveyor Python 3.7 build --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 60917f52abb8..2a8f44ab043f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,6 +27,9 @@ environment: - PYTHON_VERSION: "3.6" CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64" TEST_ALL: "no" + - PYTHON_VERSION: "3.7" + CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64" + TEST_ALL: "no" # We always use a 64-bit machine, but can build x86 distributions # with the PYTHON_ARCH variable