Downgrade python supported version for 3.13

This commit is contained in:
n07070
2026-05-20 12:01:51 +02:00
parent a95190690b
commit bd9888caf7
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@@ -1852,5 +1852,5 @@ h11 = ">=0.16.0,<1"
[metadata]
lock-version = "2.1"
python-versions = ">=3.14"
content-hash = "fd3fb42c796aaaee4193f31df09bb4c74277855c489bf34a27c4bc1616851dfb"
python-versions = ">=3.13"
content-hash = "3a8909800e4977eaaac71770d29b53b450a233fe7ddde5e8bb158c151428ed7e"

View File

@@ -7,7 +7,7 @@ authors = [
]
license = "AGPLv3"
readme = "README.md"
requires-python = ">=3.14"
requires-python = ">=3.13"
dependencies = [
"flask (>=3.1.3,<4.0.0)",
"numpy (>=2.3.4)",