Skip to content

Commit ed296b0

Browse files
committed
support py >3.11
Signed-off-by: maximsmol <1472826+maximsmol@users.noreply.github.com>
1 parent 2c54fcb commit ed296b0

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
@@ -9,7 +9,7 @@ dependencies = [
99
"opentelemetry-sdk>=1.15.0",
1010
"opentelemetry-exporter-otlp-proto-grpc>=1.15.0",
1111
]
12-
requires-python = "==3.11.*"
12+
requires-python = ">=3.11.*"
1313
readme = "README.md"
1414
license = { text = "CC0-1.0" }
1515

0 commit comments

Comments
 (0)