fix(tisbackup): update to python 3.14
lint / docker (push) Has been cancelled

This commit is contained in:
2026-06-05 00:13:16 +02:00
parent 1cb731cbdb
commit 4337b0e925
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
python-version: '3.14'
cache: 'pip' # caching pip dependencies
- run: pip install ruff
- run: |