Skip to content

Commit

Permalink
build: allow node-gyp v10
Browse files Browse the repository at this point in the history
Adds support for Python 3.12+

See nodejs/gyp-next#214
  • Loading branch information
buffcode authored Jun 19, 2024
1 parent 8ade79b commit 41acb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10",
"nan": "^2.1.0",
"node-gyp": "^9.3.1"
"node-gyp": "^9.3.1 || ^10.0"
},
"devDependencies": {
"nodeunit": "*"
Expand Down

0 comments on commit 41acb0b

Please sign in to comment.