Skip to content

Commit

Permalink
fix: support py3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Nov 10, 2022
1 parent 2a8c69c commit 4e1e0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ readme = "README.md"
packages = [{include = "magnum_cluster_api"}]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.6"
pykube-ng = "^22.9.0"
click = "*"
requests = "*"
shortuuid = "^1.0.9"
shortuuid = "*"

[build-system]
requires = ["setuptools", "poetry-core"]
Expand Down

0 comments on commit 4e1e0b5

Please sign in to comment.