Skip to content

Commit fdcb4c5

Browse files
chore(deps): update dependency python to 3.14
1 parent 22848c7 commit fdcb4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: '3.13'
30+
python-version: '3.14'
3131
- name: Run thunorbld.py init/testinit
3232
run: |
3333
if [[ $DEVFLAG == "--dev" ]]; then python thunorbld.py init; fi

0 commit comments

Comments
 (0)