Updated python version in CI config file

This commit is contained in:
Manuel Cortez 2021-01-27 14:00:29 -06:00
parent 2f278b7f3c
commit 23df8f8a7f

View File

@ -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?