diff --git a/sdkbuild/python.go b/sdkbuild/python.go index 98901c78..4b997b44 100644 --- a/sdkbuild/python.go +++ b/sdkbuild/python.go @@ -126,7 +126,7 @@ description = "Temporal SDK Python Test" authors = ["Temporal Technologies Inc "] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.10" temporalio = ` + versionStr + ` ` + options.DependencyName + ` = { path = "../" }