Skip to content

Commit cb17070

Browse files
mp-orkesclaude
andauthored
Remove upper bound on Python version constraint (#386)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8f2b9dc commit cb17070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424

2525
[tool.poetry.dependencies]
26-
python = ">=3.9,<3.13"
26+
python = ">=3.9"
2727
certifi = ">=14.05.14"
2828
prometheus-client = ">=0.13.1"
2929
six = ">=1.10"

0 commit comments

Comments
 (0)