Skip to content

Commit

Permalink
fix(poetry): Adjust python version inequality string
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Nov 2, 2022
1 parent 504459a commit 133f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 133f72d

Please sign in to comment.