From f8c6c56124a9fdbd025ea200a22e10e3f57b7930 Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Tue, 13 Aug 2024 08:24:49 -0700 Subject: [PATCH] Add Python 3.13 to Windows compile target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0f290d4a..7a9dd029 100644 --- a/Makefile +++ b/Makefile @@ -178,6 +178,8 @@ compile-win: ## Builds and tests against all the Python versions on Windows -cmd /c del /s /q build -cmd /c del /s /q .venv -cmd /c md dist + $(MAKE) compile-win-one PYTHON=c:/python313/python + $(MAKE) compile-win-one PYTHON=c:/python313-32/python $(MAKE) compile-win-one PYTHON=c:/python312/python $(MAKE) compile-win-one PYTHON=c:/python312-32/python $(MAKE) compile-win-one PYTHON=c:/python311/python