From 42446107f798a2c2128aab9a53aa224bf19f2ee4 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 12 Jul 2020 20:32:13 -0500 Subject: [PATCH] Updated to python 3.8 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ea161d..77c1eba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: - PYTHON3_32: "C:\\python37-32\\python.exe" - PYTHON3_64: "C:\\python37-64\\python.exe" + PYTHON3_32: "C:\\python38-32\\python.exe" + PYTHON3_64: "C:\\python38-64\\python.exe" NSIS: "C:\\nsis\\makensis.exe" ### Stage list