downgraded required python version to 3.13

This commit is contained in:
Johannes Erwerle 2026-04-06 21:26:10 +02:00
parent 2af9d16ba1
commit 26cb068f5a

View file

@ -3,7 +3,7 @@ name = "community_backup"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
requires-python = ">=3.13"
dependencies = [
"crispy-bootstrap5>=2026.3",
"django>=6.0.3",