Skip to content

Commit

Permalink
maint: update minimum version requirement (#200)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
codeboten authored Jun 4, 2024
1 parent d584df3 commit 96f2112
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 64 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Latest release built with:

## Requirements

- Python 3.7 or higher
- Python 3.8 or higher

## Getting Started

Expand Down
63 changes: 2 additions & 61 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 96f2112

Please sign in to comment.