From a31797a95004793e09ba4655a42b142b9e4342b4 Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Mon, 6 Jan 2025 21:36:52 +0100 Subject: [PATCH] fix: Reduce minimum python version --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d2dec1..23473e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -166,5 +166,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.13" -content-hash = "28e81416e88e5799eea27791da01c4da8a085dfcc5c1ec0c7583930ea5f50314" +python-versions = "^3.10" +content-hash = "606b3c662a52496b2304dc7d1a5618c9dc4bac6184c0dc9e73e6547ee937f75f" diff --git a/pyproject.toml b/pyproject.toml index 0c3285f..9b51ce3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "BSD-2-Clause" readme = "README.md" [tool.poetry.dependencies] -python = "^3.13" +python = "^3.10" markdown = "^3.7" jinja2 = "^3.1.5" pyyaml = "^6.0.2"