Skip to content

Commit 166fb9d

Browse files
committed
Use Python 3.14 in deploy GitHub workflow
1 parent f05f38a commit 166fb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818
- uses: actions/setup-python@v6
1919
with:
20-
python-version: '3.13'
20+
python-version: '3.14'
2121
cache: pip
2222
- name: Install project
2323
run: pip install .

0 commit comments

Comments
 (0)