Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 96f2112

Browse files
authored
maint: update minimum version requirement (#200)
## Which problem is this PR solving? Python 3.7 support was dropped upstream in February, see open-telemetry/opentelemetry-python#3668 --------- Signed-off-by: Alex Boten <[email protected]>
1 parent d584df3 commit 96f2112

File tree

3 files changed

+4
-64
lines changed

3 files changed

+4
-64
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Latest release built with:
1515

1616
## Requirements
1717

18-
- Python 3.7 or higher
18+
- Python 3.8 or higher
1919

2020
## Getting Started
2121

poetry.lock

Lines changed: 2 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ classifiers = [
1111
"Intended Audience :: Developers",
1212
"License :: OSI Approved :: Apache Software License",
1313
"Programming Language :: Python :: 3",
14-
"Programming Language :: Python :: 3.7",
1514
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
@@ -20,7 +19,7 @@ classifiers = [
2019
]
2120

2221
[tool.poetry.dependencies]
23-
python = "^3.7, >= 3.7.2"
22+
python = "^3.8"
2423
opentelemetry-api = "^1.22.0"
2524
opentelemetry-sdk = "^1.22.0"
2625
opentelemetry-exporter-otlp = "^1.22.0"

0 commit comments

Comments
 (0)