Skip to content

Commit cf70eaa

Browse files
authored
Sane version specifier (#208)
1 parent 37a09db commit cf70eaa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "temporalio-samples"
33
version = "0.1a1"
44
description = "Temporal.io Python SDK samples"
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 = "MIT"
99
dependencies = ["temporalio>=1.14.1,<2"]

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)