Skip to content

Commit

Permalink
deps(pyproject): Bump minimum python 3.6 -> 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jan 18, 2022
1 parent 9efc388 commit 75c9c8e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 21 deletions.
45 changes: 28 additions & 17 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ exclude = [
"Bug Tracker" = "https://github.com/python-poetry/poetry/issues"

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

# required for compatibility
importlib-metadata = {version = ">=1.7.0", python = "<3.8"}
dataclasses = {version = ">=0.8", python = "~3.6"}

[tool.poetry.dev-dependencies]
pre-commit = {version = "^2.15.0", python = "^3.6.1"}
pre-commit = {version = "^2.15.0", python = "^3.7.0"}
pyrsistent = "^0.18.0"
pytest = "^6.2"
pytest-cov = "^2.8"
pytest-mock = "^3.5"
tox = "^3.0"
vendoring = {version = "^0.3", python = "^3.8"}
pep517 = "^0.11.0"
black = {version = "^21.9b0", markers = "python_version >= '3.6.2' and python_version < '4.0' and implementation_name != 'pypy'"}
isort = {version = "^5.9.3", python = "^3.6.1"}
black = {version = "^21.9b0", markers = "python_version >= '3.7.0' and python_version < '4.0' and implementation_name != 'pypy'"}
isort = {version = "^5.9.3"}

[tool.black]
line-length = 88
Expand Down

0 comments on commit 75c9c8e

Please sign in to comment.