# HG changeset patch # User David A. Holland # Date 1648948527 14400 # Node ID 62d82881799f18d05d56a14170098367dedd0d2a # Parent c0be30249ffe32f6e552dc1f763d0fe0c41bb641 Update python versions to probe. diff -r c0be30249ffe -r 62d82881799f configure --- a/configure Sat Apr 02 21:13:01 2022 -0400 +++ b/configure Sat Apr 02 21:15:27 2022 -0400 @@ -76,10 +76,10 @@ ; do for PY in \ python \ - python2.7 python27 \ - python2.6 python26 \ - python2.5 python25 \ - python2.4 python24 \ + python3.10 python310 \ + python3.9 python39 \ + python3.8 python38 \ + python3.7 python37 \ ; do if testpython $D/$PY; then PYTHON="$D/$PY"