aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2025-10-26 10:13:36 +0100
committerVosjedev <vosje@vosjedev.net>2025-10-26 10:13:36 +0100
commite330e72d85cd20ba2004b5c5b31e9229caa92836 (patch)
tree4b262dad6dba71688a8f9fadff20a57bdad2689b /pyproject.toml
parent6e4446c0271e96d381ff045878d18301a446c73b (diff)
downloadacit-e330e72d85cd20ba2004b5c5b31e9229caa92836.tar.gz
acit-e330e72d85cd20ba2004b5c5b31e9229caa92836.tar.bz2
acit-e330e72d85cd20ba2004b5c5b31e9229caa92836.tar.xz
Restrict to python 3.13 and higher, hopefully temporarily
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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)"