From 63bee6c723be759ed06e8432e4ed084c3cf3add6 Mon Sep 17 00:00:00 2001 From: Amir Khalife Date: Wed, 20 Mar 2024 19:22:42 +0330 Subject: [PATCH] python 3.12 support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef96218..d99676a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ packages = [{include = "dynamic_storage"}] [tool.poetry.dependencies] -python = ">=3.7,<3.12" +python = ">=3.7,<3.13" Django = ">=2.2,<5.1"