We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22848c7 commit fdcb4c5Copy full SHA for fdcb4c5
.github/workflows/test-and-deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v6
29
with:
30
- python-version: '3.13'
+ python-version: '3.14'
31
- name: Run thunorbld.py init/testinit
32
run: |
33
if [[ $DEVFLAG == "--dev" ]]; then python thunorbld.py init; fi
0 commit comments