Skip to content

Commit 4cc6df0

Browse files
authored
feat: use python 3.14 in ci
1 parent a428a10 commit 4cc6df0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v6
3535
# https://github.com/nodejs/node-gyp#installation
36-
- name: Use Python 3.12
36+
- name: Use Python
3737
uses: actions/setup-python@v6
3838
with:
39-
python-version: '3.12'
39+
python-version: '3.14'
4040
# https://github.com/hargasinski/node-canvas/blob/e7abe64833d13ec96449c827b1e14befbdf3105d/.github/workflows/ci.yaml#L70
4141
- name: "macOS dependencies"
4242
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)