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
@@ -20,7 +20,7 @@ dependencies = [
"simplejson==3.20.1",
"six==1.17.0",
]
requires-python = ">=3.13"
requires-python = ">=3.14"
[project.optional-dependencies]
# Documentation dependencies
@@ -73,7 +73,7 @@ markers = [
]
# Minimum Python version
minversion = "3.13"
minversion = "3.14"
# Coverage options (optional - uncomment when pytest-cov is installed)
# addopts = ["--cov=libtisbackup", "--cov-report=html", "--cov-report=term-missing"]