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
+2 -2
View File
@@ -3,7 +3,7 @@
A comprehensive server-side backup orchestration system for managing automated backups of databases, files, and virtual machines across remote Linux and Windows systems.
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Python 3.13+](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/)
[![Python 3.14+](https://img.shields.io/badge/python-3.14+-blue.svg)](https://www.python.org/downloads/)
## Overview
@@ -309,7 +309,7 @@ docker exec tisbackup_cron python3 /opt/tisbackup/tisbackup.py -n 50 dumpstat
### Prerequisites
- Python 3.13+
- Python 3.14+
- uv (Python package manager)
### Setup Development Environment