Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
accept Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Dec 23, 2019
1 parent f24a627 commit 970a1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ readme = "README.rst"
packages = [{ include = "pykube" }]

[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.6"
google-auth = {optional = true, version = "*"}
jsonpath-ng = {optional = true, version = "*"}
pyyaml = "*"
Expand Down

0 comments on commit 970a1cc

Please sign in to comment.