From 938b5379882f6448b0cc293df27c0f622329b62d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 7 Feb 2025 17:36:37 +0100 Subject: [PATCH] package.json: Upgrade node-gyp to support Python >= v3.12 Provides compatibility with Python 3.12, 3.13, and later. https://github.com/nodejs/node-gyp/releases * nodejs/node-gyp#2869 * https://devguide.python.org/versions Related to: * #932 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8c7b6e6..61cab5b6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "commander": "^2.8.1", "glob": "^5.0.14", "request": "=2.81.0", - "node-gyp": "~8.4.1", + "node-gyp": "~v10.3.1", "readable-stream": "^2.1.4", "tap": "~0.7.1", "xtend": "~4.0.0"