From 133f72d0590664a7deeae75fe59571eaeea55bdd Mon Sep 17 00:00:00 2001 From: txtsd Date: Wed, 2 Nov 2022 20:21:17 +0530 Subject: [PATCH] fix(poetry): Adjust python version inequality string Signed-off-by: txtsd --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 207797e..167cf24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ keywords = ["irc", "library","python3","compact","flexible"] license = "BSD" [tool.poetry.dependencies] -python = ">=3.6;<3.10" +python = ">=3.6,<3.10" [tool.poetry.dependencies.pure-sasl] version = "^0.6.2"