Skip to content

Commit

Permalink
Pin Python version at 3.11 in build workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Oct 19, 2023
1 parent dd79c63 commit 97b0bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
if: fromJSON(matrix.config.container).image == null
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11.x'

- name: Install Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 97b0bc0

Please sign in to comment.