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

build: relax upper limit on python version check #48136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 23, 2023

  1. build: relax upper limit on python version check

    We can't entirely remove the limit because we want to print a helpful
    message with python installs we found but we can at least relax it to
    a much wider range.
    
    Python 3.x is very likely compatible with 3.x-1 so don't be too uptight
    about what versions we accept, as long as it's python >= 3.6.
    
    Refs: nodejs#48130
    bnoordhuis committed May 23, 2023
    Configuration menu
    Copy the full SHA
    2fb3ef1 View commit details
    Browse the repository at this point in the history