-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Explicitly document supported Node & Python versions per major release in README #2948
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
Comments
|
... and is included in npm >= 10.2.2. Maybe adding that would also be awesome |
@cclauss Thanks for clarifying the behavior of I believe the current major release policy is as follows:
Is the observed major release policy for |
My efforts on the Python side is that the current That means that Node.js support should similarly track with https://nodejs.org/en/about/previous-releases |
@cclauss That makes sense, thanks for the reference! I am asking, however, what goes into deciding whether to cut a new major release? For example, did you cut I think the repository needs a major release policy to be explicitly documented. In other words, there should be documentation that describes when and why new major releases of |
|
Many users encounter confusing errors because they are using older versions of
node-gyp
being required by other dependencies. However, some developers, including myself, are hesitant to explicitly resolve to a higher version ofnode-gyp
as it may introduce new compatibility issues, e.g. older versions of Node or Python being dropped.Can the supported Python & Node versions per major release be explicitly documented in the README? For example, one row may look like:
The text was updated successfully, but these errors were encountered: