aboutsummaryrefslogtreecommitdiffstats
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
parent6e4446c0271e96d381ff045878d18301a446c73b (diff)
downloadacit-e330e72d85cd20ba2004b5c5b31e9229caa92836.tar.gz
acit-e330e72d85cd20ba2004b5c5b31e9229caa92836.tar.bz2
acit-e330e72d85cd20ba2004b5c5b31e9229caa92836.tar.xz
Restrict to python 3.13 and higher, hopefully temporarily
-rw-r--r--poetry.lock6
-rw-r--r--pyproject.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index 901f4c9..47acd2d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand.
+# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
[[package]]
name = "autocommand"
@@ -283,5 +283,5 @@ test = ["zope.testing"]
[metadata]
lock-version = "2.1"
-python-versions = ">=3.12"
-content-hash = "7b2b7b7b01dd0178bf8293301896e07d0dc4b8ae9c91361e911806215debc3c8"
+python-versions = ">=3.13"
+content-hash = "5dd65eb03a1d12b007afc5fbff2f3e93d689e256eae265381df5a14d39b45f59"
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)"