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

Add python-version file #1816

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 24, 2024

  1. Add python-version file

    Python 3.12 doesn't work for building node-sass due to the removal
    of distutils, but 3.11 does. For people using pyenv (similar to nvm)
    we can set a python version. This won't solve build mismatches for
    everyone, but node v20 + python 3.11 does work, so might as well
    capture it.
    emonty committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f6233e1 View commit details
    Browse the repository at this point in the history