diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-01-22 09:43:32 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-01-23 13:06:22 +1300 |
commit | 93f5bc7ad3f9cb7bef9242aefabf23474a743359 (patch) | |
tree | 2f1752f2985491f971b4d52e7a2cd32da7cec280 | |
parent | 5e22128f9fc06f93d6053435857bf29f7e3fd923 (diff) | |
download | crosstool-ng-93f5bc7ad3f9cb7bef9242aefabf23474a743359.tar.gz crosstool-ng-93f5bc7ad3f9cb7bef9242aefabf23474a743359.tar.bz2 crosstool-ng-93f5bc7ad3f9cb7bef9242aefabf23474a743359.zip |
m4/ctng_python.m4: Update for python3.13
Add python3.13 to the list of possible versions.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
-rw-r--r-- | m4/ctng_python.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ctng_python.m4 b/m4/ctng_python.m4 index a223b2be..d2d48bce 100644 --- a/m4/ctng_python.m4 +++ b/m4/ctng_python.m4 @@ -60,7 +60,7 @@ AC_DEFUN([CTNG_PYTHON], [ AC_MSG_CHECKING(for python build information) AC_MSG_RESULT([]) - for python in python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 dnl + for python in python3.13 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 dnl python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do AC_PATH_PROGS(PYTHON_BIN, [$python]) |