From 15d4124d89797efa8f5bf5c8f0958666ed6a77ce Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 25 Nov 2019 13:52:51 -0600 Subject: [PATCH] reverted to python 3.7 due to CXFreeze --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15b9497..56c18d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # Jobs to build the two channels in Socializer. variables: - PYTHON3-32: "C:\\python38-32\\python.exe" - PYTHON3-64: "C:\\python38-32\\python.exe" + PYTHON3-32: "C:\\python37-32\\python.exe" + PYTHON3-64: "C:\\python37-32\\python.exe" PYTHON2: "C:\\python27\\python.exe" NSIS: "C:\\nsis\\makensis.exe"