From 1fd75dfa9349de38b9bc5977dbc9d003242f0cfc Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 29 Dec 2020 06:57:27 -0600 Subject: [PATCH] Attempt to build MusicDL against Python 3.9.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17c1cf2..ec7f8f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: - PYTHON3_32: "C:\\python38-32\\python.exe" - PYTHON3_64: "C:\\python38-64\\python.exe" + PYTHON3_32: "C:\\python39-32\\python.exe" + PYTHON3_64: "C:\\python39-64\\python.exe" NSIS: "C:\\nsis\\makensis.exe" ### Stage list