Skip to content

Commit 089ef2d

Browse files
committed
use python 3.14 for release build
1 parent 33d7c1f commit 089ef2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919
- uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.13"
21+
python-version: "3.14"
2222
- run: |
2323
python -m pip install --upgrade pip
2424
pip install --upgrade setuptools wheel build

0 commit comments

Comments
 (0)