Skip to content

Commit

Permalink
pyproject: Drop python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jan 22, 2022
1 parent 28d05d0 commit edba6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
38 changes: 2 additions & 36 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 @@ -32,7 +32,7 @@ generate-setup-file = false

# Requirements
[tool.poetry.dependencies]
python = "^3.6"
python = "^3.7"

poetry-core = "^1.1.0a6"
cachecontrol = { version = "^0.12.9", extras = ["filecache"] }
Expand Down

0 comments on commit edba6d6

Please sign in to comment.