Skip to content

Commit f220f11

Browse files
dandavisontconley1428
authored andcommitted
User saner python version syntax (#959)
1 parent 34cc789 commit f220f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "temporalio"
33
version = "1.14.1"
44
description = "Temporal.io Python SDK"
55
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
6-
requires-python = "~=3.9"
6+
requires-python = ">=3.9"
77
readme = "README.md"
88
license = { file = "LICENSE" }
99
keywords = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)