| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent df66765 commit 9ce99c6
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,2 @@ | |||
| 1 | + ``PYTHON_FOR_REGEN`` now requires Python 3.10 to Python 3.15. | ||
| 2 | + Patch by Adam Turner. | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -205,7 +205,7 @@ AC_SUBST([FREEZE_MODULE_DEPS]) | |||
| 205 | 205 | AC_SUBST([PYTHON_FOR_BUILD_DEPS]) | |
| 206 | 206 | ||
| 207 | 207 | AC_CHECK_PROGS([PYTHON_FOR_REGEN], | |
| 208 | - [python$PACKAGE_VERSION python3.13 python3.12 python3.11 python3.10 python3 python], | ||
| 208 | + [python$PACKAGE_VERSION python3.15 python3.14 python3.13 python3.12 python3.11 python3.10 python3 python], | ||
| 209 | 209 | [python3]) | |
| 210 | 210 | AC_SUBST([PYTHON_FOR_REGEN]) | |
| 211 | 211 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments