From 23df8f8a7fc648d33bca9f354de3725c5edd18fd Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 27 Jan 2021 14:00:29 -0600 Subject: [PATCH] Updated python version in CI config file --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cfd3a2c2..6fc07d83 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,8 +10,8 @@ environment: matrix: # List of python versions we want to work with. - - PYTHON: "C:\\Python37" - PYTHON_VERSION: "3.7.x" # currently 2.7.9 + - PYTHON: "C:\\Python38" + PYTHON_VERSION: "3.8.x" # currently 2.7.9 PYTHON_ARCH: "32" # perhaps we may enable this one in future?