Skip to content

Commit

Permalink
drop python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bourbonkk committed Feb 5, 2024
1 parent eb5e156 commit 9ac37a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
description = "OpenTelemetry instrumentation for asyncio"
readme = "README.rst"
license = "Apache-2.0"
requires-python = ">=3.7"
requires-python = ">=3.8"
authors = [
{ name = "OpenTelemetry Authors", email = "[email protected]" },
]
Expand Down

0 comments on commit 9ac37a0

Please sign in to comment.