Skip to content

Commit 5c0e09f

Browse files
committed
lower req to 3.11.9 due to GH runners availability
1 parent 1ac9c9c commit 5c0e09f

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
@@ -1,7 +1,7 @@
11
[project]
22
name = "objectstore"
33
version = "0.1.0"
4-
requires-python = ">=3.11.11"
4+
requires-python = ">=3.11.9"
55

66
[[tool.uv.index]]
77
url = "https://pypi.devinfra.sentry.io/simple"

python-objectstore-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.11"
6+
requires-python = ">=3.11.9"
77
dependencies = []
88

99
[build-system]

0 commit comments

Comments
 (0)