From 4392ce7b94a469ad888a3dc6e06c264110872cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bremv=C3=A5g?= Date: Thu, 21 Sep 2023 18:37:40 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 954985f12..b9a5e071a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["kimocoder "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.11" [build-system]