Skip to content

Commit 7e8f723

Browse files
committed
Pin Python version at 3.11 in build workflow
Python 3.12.x is incompatible with the current version of node-gyp (9.4.0). For this reason, it is necessary to configure the "GitHub Actions" workflow to use the compatible Python 3.11.x until the next release of node-gyp (which should contain a fix for the breakage) is made.
1 parent d19778d commit 7e8f723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
if: fromJSON(matrix.config.container).image == null
305305
uses: actions/setup-python@v4
306306
with:
307-
python-version: '3.x'
307+
python-version: '3.11.x'
308308

309309
- name: Install Go
310310
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)