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

Commit 970a1cc

Browse files
committed
accept Python 3.6
1 parent f24a627 commit 970a1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ readme = "README.rst"
2121
packages = [{ include = "pykube" }]
2222

2323
[tool.poetry.dependencies]
24-
python = ">=3.7"
24+
python = ">=3.6"
2525
google-auth = {optional = true, version = "*"}
2626
jsonpath-ng = {optional = true, version = "*"}
2727
pyyaml = "*"

0 commit comments

Comments
 (0)