From e56fc5729305b197fcdda894c319cc1c6cdd2c56 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Mon, 10 Nov 2025 18:26:32 -0500 Subject: [PATCH] Update waf to v2.1.8 This is needed primarily for building for free-threaded Python. --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index c9c8b36f..af38e256 100755 --- a/build.py +++ b/build.py @@ -85,8 +85,8 @@ wxICON = 'packaging/docset/mondrian.png' # Some tools will be downloaded for the builds. These are the versions and # MD5s of the tool binaries currently in use. -wafCurrentVersion = '2.1.5' -wafMD5 = '2e7b2166c030dbac3e21891048df10aa' +wafCurrentVersion = '2.1.8' +wafMD5 = 'adefb38faba08f87bbbc585dcf74bf3f' doxygenCurrentVersion = '1.9.1' doxygenMD5 = {