From e4d087db3abdbcc9f8b7032ebd4bc0c1f88937cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Tue, 19 Sep 2023 20:21:46 +0200 Subject: [PATCH] fix: we still support py38 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6048767..2857319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ [tool.poetry.dependencies] -python = ">=3.9.0, <4.0" +python = ">=3.8.0, <4.0" pydantic = "^2.0" appdirs = "^1.4.4" gql = {extras = ["requests", "websockets"], version = "^3.3.0"}