Skip to content

Commit

Permalink
Update to Python3.8 and update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: jboursier <[email protected]>
  • Loading branch information
jboursier-mwb committed Sep 24, 2024
1 parent 6142ce9 commit 357243a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 70 deletions.
94 changes: 25 additions & 69 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
include = ["src/cli.py"]

[tool.poetry.dependencies]
python = ">=3.7,<4"
python = ">=3.8,<4"
click = ">=8"
requests = "*"
colorama = "*"
Expand Down

0 comments on commit 357243a

Please sign in to comment.