Skip to content

Commit 8806c7c

Browse files
author
Release Manager
committed
gh-39570: bump python to at least 3.11 in spkg-configure.m4 this 2-line fix was missing on #39251 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39570 Reported by: Dima Pasechnik Reviewer(s):
2 parents a96a2a3 + 48ec518 commit 8806c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/python3/spkg-configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SAGE_SPKG_CONFIGURE([python3], [
2-
m4_pushdef([MIN_VERSION], [3.9.0])
3-
m4_pushdef([MIN_NONDEPRECATED_VERSION], [3.9.0])
2+
m4_pushdef([MIN_VERSION], [3.11.0])
3+
m4_pushdef([MIN_NONDEPRECATED_VERSION], [3.11.0])
44
m4_pushdef([LT_STABLE_VERSION], [3.14.0])
55
m4_pushdef([LT_VERSION], [3.14.0])
66
AC_ARG_WITH([python],

0 commit comments

Comments
 (0)