Skip to content

Commit 2c1f518

Browse files
committed
Bump release CI flow to use Python 3.14
1 parent 2483bfe commit 2c1f518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
restore-keys: ${{ runner.os }}-pip-
1919
- uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.11"
21+
python-version: "3.14"
2222
- name: Install dependencies
2323
run: |
2424
pip install -U pip setuptools wheel

0 commit comments

Comments
 (0)