Skip to content

Commit

Permalink
maint: update minimum version requirement
Browse files Browse the repository at this point in the history
Python 3.7 support was dropped upstream in February, see open-telemetry/opentelemetry-python#3668

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten committed Jun 4, 2024
1 parent d584df3 commit be09a66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -20,7 +19,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.7, >= 3.7.2"
python = "^3.8"
opentelemetry-api = "^1.22.0"
opentelemetry-sdk = "^1.22.0"
opentelemetry-exporter-otlp = "^1.22.0"
Expand Down

0 comments on commit be09a66

Please sign in to comment.