Skip to content

Commit

Permalink
Merge pull request #5 from mys007/py310-compatibility
Browse files Browse the repository at this point in the history
Allow Python 3.10 as well
  • Loading branch information
vndee authored Nov 18, 2024
2 parents fc309a0 + 6d3b665 commit ab4d31f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 4 deletions.
55 changes: 52 additions & 3 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 @@ -12,7 +12,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
docker = "^7.1.0"
kubernetes = "^30.1.0"

Expand Down

0 comments on commit ab4d31f

Please sign in to comment.