From 7a1c975201c64cd41e51b1bff848293ec1cb4b06 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Fri, 25 Oct 2024 14:30:24 +0200 Subject: [PATCH] Update windows builds to Python 3.12 --- bin/COMPILE.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/COMPILE.cmd b/bin/COMPILE.cmd index 8488a98..39a9f23 100644 --- a/bin/COMPILE.cmd +++ b/bin/COMPILE.cmd @@ -2,7 +2,7 @@ :: This is an example compiler script -SET PYTHON64=c:\python311-64\python.exe +SET PYTHON64=c:\python312-64\python.exe SET PYTHON32=c:\python37-32\python.exe