Skip to content

Commit

Permalink
Bump the required python version in the integration templates (#16972)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored and NouemanKHAL committed Mar 4, 2024
1 parent b771ada commit 5c722be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions datadog_checks_dev/changelog.d/16972.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the required python version in the integration templates
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "datadog-{project_name}"
description = "The {integration_name} check"
readme = "README.md"
license = "BSD-3-Clause"
requires-python = ">=3.9"
requires-python = ">=3.11"
keywords = [
"datadog",
"datadog agent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "datadog-{project_name}"
description = "The {integration_name} check"
readme = "README.md"
license = "BSD-3-Clause"
requires-python = ">=3.9"
requires-python = ">=3.11"
keywords = [
"datadog",
"datadog agent",
Expand Down

0 comments on commit 5c722be

Please sign in to comment.