-
Notifications
You must be signed in to change notification settings - Fork 378
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
Add Python3.11 and --with-python=
#3982
Conversation
I will look at the other changes, but please remove the You can already provide a specific python command at configure time:
Since we require python, let's not bring back the |
@dridi ah; if custom / expected Python can be provided… shall I revert value to default aclocal settings which should be updated one day? |
I don't know, I need to sit down and look at it, but thank you for bringing it up. |
See some context here: https://bugs.gnu.org/53530 |
If only |
Well, |
If the desired python command is newer than the ones known by aclocal, we can use the PYTHON variable to select it: ./configure PYTHON=python3.11 This already worked before this change, but now we stop chasing python releases to get them automatically tested. Refs #3982
FYI: #3990 |
Let’s close it when |
If the desired python command is newer than the ones known by aclocal, we can use the PYTHON variable to select it: ./configure PYTHON=python3.11 This already worked before this change, but now we stop chasing python releases to get them automatically tested. Refs varnishcache#3982
No description provided.