We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a428a10 commit 4cc6df0Copy full SHA for 4cc6df0
1 file changed
.github/workflows/ci.yml
@@ -33,10 +33,10 @@ jobs:
33
steps:
34
- uses: actions/checkout@v6
35
# https://github.com/nodejs/node-gyp#installation
36
- - name: Use Python 3.12
+ - name: Use Python
37
uses: actions/setup-python@v6
38
with:
39
- python-version: '3.12'
+ python-version: '3.14'
40
# https://github.com/hargasinski/node-canvas/blob/e7abe64833d13ec96449c827b1e14befbdf3105d/.github/workflows/ci.yaml#L70
41
- name: "macOS dependencies"
42
if: matrix.os == 'macos-latest'
0 commit comments