Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tox.ini: Add gentoo-python3.11 #34715

Closed
sheerluck opened this issue Nov 2, 2022 · 4 comments
Closed

tox.ini: Add gentoo-python3.11 #34715

sheerluck opened this issue Nov 2, 2022 · 4 comments

Comments

@sheerluck
Copy link
Contributor

Similar to #32838 but this time thanks to docker.yml we need two one-liners only

Branch for this ticket can be formed from ​single commit in fork.

To test this ticket one needs #33842 and also to bump LT_VERSION to 3.12.0

--- a/build/pkgs/python3/spkg-configure.m4
+++ b/build/pkgs/python3/spkg-configure.m4
@@ -1,8 +1,8 @@
 SAGE_SPKG_CONFIGURE([python3], [
    m4_pushdef([MIN_VERSION],               [3.8.0])
    m4_pushdef([MIN_NONDEPRECATED_VERSION], [3.8.0])
-   m4_pushdef([LT_STABLE_VERSION],         [3.11.0])
-   m4_pushdef([LT_VERSION],                [3.11.0])
+   m4_pushdef([LT_STABLE_VERSION],         [3.12.0])
+   m4_pushdef([LT_VERSION],                [3.12.0])
    AC_ARG_WITH([python],
                [AS_HELP_STRING([--with-python=PYTHON3],
                                [Python 3 executable to use for the Sage venv; default: python3])])

and it seems like sagemath is not ready for that yet :(

Depends on #33842

Component: porting

Issue created by migration from https://trac.sagemath.org/ticket/34715

@sheerluck sheerluck added this to the sage-9.8 milestone Nov 2, 2022
@sheerluck
Copy link
Contributor Author

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 15, 2022

comment:2

I've cherry-picked this commit onto #33842

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 15, 2022

Changed author from Andrey Belgorodski to none

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 15, 2022

Dependencies: #33842

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants