From bd9888caf7a363ba546d843c28af0b1886f7443b Mon Sep 17 00:00:00 2001 From: n07070 Date: Wed, 20 May 2026 12:01:51 +0200 Subject: [PATCH] Downgrade python supported version for 3.13 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index b132f6b..8a06036 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index d0f16a9..04fd0ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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)",