Skip to content

Commit a064f92

Browse files
chore: relax requires-python floor to >= 3.11 (#366)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 25e94f4 commit a064f92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ dependencies = [
5656
"opentelemetry-api>=1.20.0",
5757
]
5858

59-
requires-python = ">= 3.12,<4"
59+
requires-python = ">= 3.11,<4"
6060
classifiers = [
6161
"Typing :: Typed",
6262
"Intended Audience :: Developers",
63+
"Programming Language :: Python :: 3.11",
6364
"Programming Language :: Python :: 3.12",
6465
"Programming Language :: Python :: 3.13",
6566
"Programming Language :: Python :: 3.14",

0 commit comments

Comments
 (0)