Skip to content

Commit e56fc57

Browse files
committed
Update waf to v2.1.8
This is needed primarily for building for free-threaded Python.
1 parent 8ed0ee3 commit e56fc57

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.8'
89+
wafMD5 = 'adefb38faba08f87bbbc585dcf74bf3f'
9090

9191
doxygenCurrentVersion = '1.9.1'
9292
doxygenMD5 = {

0 commit comments

Comments
 (0)