Skip to content

Commit ded5a31

Browse files
committed
add Python 3.13 support
1 parent ac32884 commit ded5a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
python-version: ["3.9", "3.10", "3.11", "3.12"]
32+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3333
fail-fast: false
3434

3535
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
]
1515
description = "Observability and DevTool Platform for AI Agents"
1616
readme = "README.md"
17-
requires-python = ">=3.9,<3.13"
17+
requires-python = ">=3.9,<3.14"
1818
classifiers = [
1919
"Programming Language :: Python :: 3",
2020
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)