Skip to content

Commit 074da70

Browse files
committed
back to python 3.13
1 parent 06d8d11 commit 074da70

File tree

4 files changed

+5
-44
lines changed

4 files changed

+5
-44
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.13

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.11.9"
4+
requires-python = ">=3.13"
55

66
[tool.uv.workspace]
77
members = [

python-objectstore-client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "objectstore-client"
33
version = "0.1.0"
44
description = "Python client for the Sentry Objectstore service"
55
readme = "README.md"
6-
requires-python = ">=3.11.9"
6+
requires-python = ">=3.13"
77
dependencies = []
88

99
[build-system]
@@ -33,7 +33,7 @@ disallow_untyped_defs = true
3333

3434
[tool.black]
3535
line-length = 200
36-
target-version = ['py311']
36+
target-version = ['py313']
3737

3838
[tool.isort]
3939
profile = "black"

uv.lock

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

0 commit comments

Comments
 (0)