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

lib: restore python 2.6 in semverRange for v5.x #1912

Closed
wants to merge 4 commits into from

Commits on Oct 4, 2019

  1. lib: accept Python 3 after Python 2

    Python 3 is allowed as a compatible Python, but its looked for after
    Python 2.
    
    rvagg: removed additional EXPERIMENTAL_NODE_GYP_PYTHON3 in
    .travis.yml from a previous commit while landing.
    
    Backport-of: #1844
    PR-URL: #1910
    Reviewed-By: Christian Clauss <[email protected]>
    Reviewed-By: Rod Vagg <[email protected]>
    Reviewed-By: João Reis <[email protected]>
    sam-github authored and rvagg committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    4215054 View commit details
    Browse the repository at this point in the history
  2. win: support VS 2017 Desktop Express

    Fixes: #1881
    PR-URL: #1902
    Reviewed-By: Rod Vagg <[email protected]>
    joaocgreis authored and rvagg committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    c169250 View commit details
    Browse the repository at this point in the history
  3. gyp: add __lt__ to MSVSSolutionEntry

    PR-URL: #1904
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Christian Clauss <[email protected]>
    joaocgreis authored and rvagg committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    d8a71dc View commit details
    Browse the repository at this point in the history
  4. lib: restore python 2.6 compatibilty

    Dropped accidentally in backport @
    #1910
    
    The change to >=2.7 was declared semver-major in
    #1813
    rvagg committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    8250ad7 View commit details
    Browse the repository at this point in the history