Skip to content

Commit

Permalink
chore: bump minimal Python version to 3.6.2
Browse files Browse the repository at this point in the history
This is required for Black 22.3.0.
  • Loading branch information
NicolasT committed Apr 25, 2022
1 parent 6f52508 commit 3151b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -51,7 +51,7 @@ Issues = "https://github.com/NicolasT/gptsum/issues"
gptsum = "gptsum.cli:main"

[tool.poetry.dependencies]
python = "^3.6.1"
python = "^3.6.2"
importlib-metadata = {version = ">=3.7.3,<5.0.0", python = "< 3.8"}
dataclasses = {version = ">=0.6,<0.9", python = "< 3.7"}

Expand Down

0 comments on commit 3151b20

Please sign in to comment.