Skip to content

build: relax upper limit on python version check

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix48130 into main

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: https://github.com/nodejs/node/issues/48130

Merge request reports

Loading