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 --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'poetry.lock') 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" -- cgit