Skip to content

Commit 1bbc012

Browse files
committed
chore: add upper bound on supported python version
1 parent f03d8f7 commit 1bbc012

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["api", "client", "linkup", "sdk", "search"]
55
license = "MIT"
66
name = "linkup-sdk"
77
readme = "README.md"
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.10,<3.15"
99
version = "0.13.0"
1010

1111
classifiers = [

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)