changeset 53:62d82881799f

Update python versions to probe.
author David A. Holland
date Sat, 02 Apr 2022 21:15:27 -0400
parents c0be30249ffe
children 36d91dfe017f
files configure
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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"