Skip to content

Commit 4429b82

Browse files
committed
Update waf to v2.1.7
This is needed primarily for building for free-threaded Python.
1 parent fedec8e commit 4429b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585

8686
# Some tools will be downloaded for the builds. These are the versions and
8787
# MD5s of the tool binaries currently in use.
88-
wafCurrentVersion = '2.1.5'
89-
wafMD5 = '2e7b2166c030dbac3e21891048df10aa'
88+
wafCurrentVersion = '2.1.7'
89+
wafMD5 = '701860f3f5389daa1d9fa59f84779832'
9090

9191
doxygenCurrentVersion = '1.9.1'
9292
doxygenMD5 = {

0 commit comments

Comments
 (0)