From 23d4b3153f4985c5ff6262b7dc1de9b2b69a951f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 2 Sep 2024 14:28:06 +0200 Subject: [PATCH] Update used Python version --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2920f1f..35dc88d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3479,5 +3479,5 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" -python-versions = ">=3.10,<3.12" -content-hash = "74ca1a0ae73db6800fc80b34ae6f4b7b0363133fa827da6ffc88b87bd7ff84ed" +python-versions = ">=3.10,<3.13" +content-hash = "2e8cf58e98041f93d9a7c97178cb3ea155c867eafc155a10c829bb32bdb4b7ed" diff --git a/pyproject.toml b/pyproject.toml index 9ccbf3c7..85ba5229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ tilecloud_chain = "tilecloud_chain.scaffolds:Create" main = "tilecloud_chain.server:main" [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.10,<3.13" c2cwsgiutils = { version = "6.0.8", extras = ["standard", "broadcast", "oauth2", "debug"] } pyramid-mako = "1.1.0" python-dateutil = "2.9.0.post0"