Skip to content

Commit

Permalink
Merge pull request #112 from Anselmoo/develop
Browse files Browse the repository at this point in the history
Bump plotille from 3.8 to 4.0.2 for python >3.6
  • Loading branch information
Anselmoo authored May 1, 2022
2 parents d26991c + 10c2a84 commit 5e9b602
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
20 changes: 16 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ classifiers = [
{ version = "<=1.20", python = "<3.7" },
{ version = "^1.21.6", python = ">=3.7" },
]
plotille = "=3.8,<5.0"
plotille = [
{ version = "<=3.8", python = "<3.7" },
{ version = "^4.0.2", python = ">=3.7" },
]

[tool.poetry.dev-dependencies]
black = "^22.3.0"
Expand Down

0 comments on commit 5e9b602

Please sign in to comment.