Skip to content

Commit

Permalink
fix: increase python upperbound to include 3.13 for openinference-ins…
Browse files Browse the repository at this point in the history
…trumentation (#1137)
  • Loading branch information
RogerHYang authored Dec 2, 2024
1 parent 036c86a commit 0c2f297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion python/openinference-instrumentation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
description = "OpenInference instrumentation utilities"
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.8, <3.13"
requires-python = ">=3.8, <3.14"
authors = [
{ name = "OpenInference Authors", email = "oss@arize.com" },
]
Expand All @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"opentelemetry-api",
Expand Down
4 changes: 2 additions & 2 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
isolated_build = True
skipsdist = True
envlist =
py3{8,12}-ci-semconv
py3{8,12}-ci-instrumentation
py3{8,13}-ci-semconv
py3{8,13}-ci-instrumentation
py3{8,12}-ci-{bedrock,bedrock-latest}
py3{9,12}-ci-{mistralai,mistralai-latest}
py3{8,12}-ci-{openai,openai-latest}
Expand Down

0 comments on commit 0c2f297

Please sign in to comment.