2024-10-28 19:37:54 +01:00
|
|
|
diff --git a/configure.ac b/configure.ac
|
2024-11-08 12:16:16 -08:00
|
|
|
index 7eef3523..b8e7d274 100644
|
2024-10-28 19:37:54 +01:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2024-11-08 12:16:16 -08:00
|
|
|
@@ -614,7 +614,7 @@ if test "$found_py" = "1"; then
|
|
|
|
if test "$found_py" = "1" -o "$found_py3" = "1"; then
|
|
|
|
# Reset everything, so that we can look for another Python.
|
2024-10-28 19:37:54 +01:00
|
|
|
m4_foreach([mym4pythonver],
|
2024-11-08 12:16:16 -08:00
|
|
|
- [[2.7],[3.6],[3.8],[3.9],[3.10],[3.11],[3.12],[all]],
|
|
|
|
+ [[2.7],[3.6],[3.8],[3.9],[3.10],[3.11],[3.12],[3.13],[all]],
|
2024-10-28 19:37:54 +01:00
|
|
|
[unset PYTHON
|
2024-11-08 12:16:16 -08:00
|
|
|
unset PYTHON_VERSION
|
|
|
|
unset PYTHON_CPPFLAGS
|