From ccf46bfd21990a9182731fbbccf94b91f1facc6a Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Fri, 29 Jul 2016 09:48:09 -0700 Subject: [PATCH] Upgrading to Python 35 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f018475..c226253 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ environment: matrix: - TARGET_ARCH: x64 - CONDA_PY: 34 + CONDA_PY: 35 # We always use a 64-bit machine, but can build x86 distributions # with the TARGET_ARCH variable. -- GitLab