Skip to content

Commit

Permalink
Remove support python 3.6 and update click
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Jun 20, 2022
1 parent ec1a45c commit c124e0f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 124 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down
147 changes: 26 additions & 121 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ include = [
hardwario = "hardwario.common.cli:main"

[tool.poetry.dependencies]
python = ">=3.6"
click = "^8.0.3"
python = ">=3.7"
click = ">=8.1"
loguru = "^0.6.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c124e0f

Please sign in to comment.