Skip to content

Commit

Permalink
Require python 3.9+ in order to build sdk-python main
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Jan 18, 2025
1 parent c8707ce commit 5a36d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workers/python/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 workers/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
temporalio = "^1.9.0"
prometheus-client = "^0.16.0"
python-json-logger = "^2.0.7"
Expand Down

0 comments on commit 5a36d2b

Please sign in to comment.