From 0ff6630ac3a8ab8fde8298136526c4de6384c870 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 25 Oct 2024 11:38:01 -0400 Subject: [PATCH] Fix python version constraint --- sdkbuild/python.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "../" }