Skip to content

Commit

Permalink
Allow Python 3.10 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mys007 committed Nov 13, 2024
1 parent fba580f commit 6d3b665
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 6d3b665

Please sign in to comment.