From 87076d1634bd95e60e3e789687814b488cdcbcc4 Mon Sep 17 00:00:00 2001 From: "Clelia (Astra) Bertelli" Date: Mon, 12 Jan 2026 14:58:06 +0100 Subject: [PATCH] chore: cache-arxiv 3.10 --- packages/cache-arxiv/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache-arxiv/pyproject.toml b/packages/cache-arxiv/pyproject.toml index 2ffc810..2e4102d 100644 --- a/packages/cache-arxiv/pyproject.toml +++ b/packages/cache-arxiv/pyproject.toml @@ -7,7 +7,7 @@ name = "cache-arxiv" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" dependencies = [ "diskcache>=5.6.3", "typer>=0.20.0",