Skip to content

Commit 0ed8660

Browse files
authored
build(py-client): Change requires_python to >=3.13 (#173)
1 parent fdfc3ec commit 0ed8660

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
homepage = "https://getsentry.github.io/objectstore/"
1010
repository = "https://github.com/getsentry/objectstore"
1111
license = { file = "LICENSE.md" }
12-
requires-python = ">=3.13.1"
12+
requires-python = ">=3.13"
1313
dependencies = [
1414
"sentry-sdk>=2.42.1",
1515
"urllib3>=2.5.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "objectstore"
33
version = "0.1.0"
4-
requires-python = ">=3.13.1"
4+
requires-python = ">=3.13"
55

66
[tool.uv]
77
required-version = "==0.9.3" # keep in sync with devenv/config.ini

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)