--- a/configure 2026-06-07 21:36:41.000000000 +0800 +++ b/configure 2026-08-22 10:31:57.000000000 +0800 @@ -12,7 +12,7 @@ return 1 } -for p in python3 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python +for p in python3.14 python3.13 python3.12 python3.11 python3.10 do if ( inpath $p ); then exec $p `dirname $0`/make/configure.py "$@" --- a/make/python_launcher 2026-06-07 21:36:41.000000000 +0800 +++ b/make/python_launcher 2026-08-22 10:45:55.000000000 +0800 @@ -12,7 +12,7 @@ return 1 } -for p in python3 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python +for p in python3.14 python3.13 python3.12 python3.11 python3.10 do if ( inpath $p ); then exec $p "$@"