Skip to content

Commit abb2502

Browse files
committed
1 parent 3a0cea1 commit abb2502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
env:
3232
NODE_VERSION: 18.x
33-
PYTHON_VERSION: 3.x
33+
PYTHON_VERSION: 3.14
3434

3535
permissions:
3636
contents: read
@@ -101,6 +101,7 @@ jobs:
101101
uses: actions/setup-python@v5
102102
with:
103103
python-version: ${{ env.PYTHON_VERSION }}
104+
allow-prereleases: true
104105
cache: pip
105106
cache-dependency-path: |
106107
pyproject.toml

0 commit comments

Comments
 (0)