Skip to content

Commit 81f50c1

Browse files
set required python version to 3.8
1 parent 2627cf2 commit 81f50c1

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
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "OTEL Python SDK extension supporting partial spans"
1212
readme = "README.md"
13-
requires-python = ">=3.13"
13+
requires-python = ">=3.8"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)