Compare commits

...

2 Commits

Author SHA1 Message Date
Joshua Salzedo 63de999fe9
Merge pull request #182 from txtsd/poetry_fix
Adjust python version inequality string for Poetry
2022-11-03 21:42:26 -07:00
txtsd 133f72d059
fix(poetry): Adjust python version inequality string
Signed-off-by: txtsd <code@ihavea.quest>
2022-11-02 20:21:17 +05:30
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ keywords = ["irc", "library","python3","compact","flexible"]
license = "BSD" license = "BSD"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.6;<3.10" python = ">=3.6,<3.10"
[tool.poetry.dependencies.pure-sasl] [tool.poetry.dependencies.pure-sasl]
version = "^0.6.2" version = "^0.6.2"