From 6ae1783016e0b65a9f0784d8fb895b287a05592e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 5 Jun 2024 22:18:13 -0400 Subject: [PATCH] workaround issues w cloudflare --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eefdc11..59bdd462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "neodb" version = "0.9" description = "🧩 self-hosted server tracking what you read/watch/listen/play, powering a global distributed community federating via ActivityPub." readme = "README.md" -requires-python = ">= 3.12" +requires-python = ">= 3.11" dependencies = [ "blurhash-python", "cachetools",