-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get node-gyp to run with Python 3.12-dev and Node 18 (#201)
* Add Python 3.12 beta 1 to testing * Use packaging instead of distutils * Ignore PLR1714 for now * Add packaging as a dependency * Install Python dependencies in CI * Add another install command * Try setting env var * Rework pwsh script * Try using batch * use npm config set * Work around npm/cli#6126 * Pass file rather than directory * Remove gyp-next self-install * uninstall, not remove * Add -y * Ignore the latest lint rules --------- Co-authored-by: Christian Clauss <cclauss@me.com>
- Loading branch information
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters