From 204c1ba9f25ae2885e780c7805351a186519654e Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 30 Jan 2020 13:45:49 +0300 Subject: [PATCH] Switch windows build to be 64 bits --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7c737b363..d154d2e7e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,7 @@ environment: - PYTHON: "C:\\Python38" PYTHON_VERSION: "3.8.x" - PYTHON_ARCH: "32" + PYTHON_ARCH: "64" init: - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: