From e330e72d85cd20ba2004b5c5b31e9229caa92836 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sun, 26 Oct 2025 10:13:36 +0100 Subject: Restrict to python 3.13 and higher, hopefully temporarily --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 77beb06..f5d019f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "vosjedev",email = "vosje+git@vosjedev.net"} ] readme = "README.md" -requires-python = ">=3.12" +requires-python = ">=3.13" dependencies = [ "cherrypy (>=18.10.0,<19.0.0)", "imap-tools (>=1.11.0,<2.0.0)" -- cgit