Skip to content

Commit e123cfe

Browse files
revert
1 parent 11b01cb commit e123cfe

23 files changed

Lines changed: 23 additions & 23 deletions

File tree

arangodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "datadog-arangodb"
99
description = "The ArangoDB check"
1010
readme = "README.md"
1111
license = {text = "BSD-3-Clause"}
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.8"
1313
keywords = [
1414
"datadog",
1515
"datadog agent",

argocd/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88
name = "datadog-argocd"
99
description = "The Argo CD check"
1010
readme = "README.md"
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.8"
1212
license = "BSD-3-Clause"
1313
authors = [
1414
{ name = "Datadog", email = "[email protected]" },

avi_vantage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "datadog-avi-vantage"
1111
description = "The Avi Vantage check"
1212
readme = "README.md"
1313
license = {text = "BSD-3-Clause"}
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
keywords = [
1616
"datadog",
1717
"datadog agent",

boundary/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "datadog-boundary"
77
description = "The Boundary check"
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.8"
1010
license = "BSD-3-Clause"
1111
keywords = [
1212
"datadog",

cert_manager/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "datadog-cert-manager"
1111
description = "The cert-manager check"
1212
readme = "README.md"
1313
license = {text = "BSD-3-Clause"}
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
keywords = [
1616
"datadog",
1717
"datadog agent",

cloudera/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "datadog-cloudera"
1111
description = "The Cloudera check"
1212
readme = "README.md"
1313
license = {text = "BSD-3-Clause"}
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
keywords = [
1616
"datadog",
1717
"datadog agent",

datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/check/{check_name}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "datadog-{project_name}"
1111
description = "The {integration_name} check"
1212
readme = "README.md"
1313
license = {{text = "BSD-3-Clause"}}
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
keywords = [
1616
"datadog",
1717
"datadog agent",

datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/jmx/{check_name}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "datadog-{project_name}"
1111
description = "The {integration_name} check"
1212
readme = "README.md"
1313
license = {{text = "BSD-3-Clause"}}
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
keywords = [
1616
"datadog",
1717
"datadog agent",

datadog_checks_dev/datadog_checks/dev/tooling/templates/integration/logs/{check_name}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "datadog-{project_name}"
1111
description = "The {integration_name} check"
1212
readme = "README.md"
1313
license = {{text = "BSD-3-Clause"}}
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
keywords = [
1616
"datadog",
1717
"datadog agent",

datadog_checks_downloader/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
1010
name = "datadog-checks-downloader"
1111
description = "The Datadog Checks Downloader"
1212
readme = "README.md"
13-
requires-python = ">=3.9"
13+
requires-python = ">=3.8"
1414
keywords = [
1515
"datadog",
1616
"datadog agent",

0 commit comments

Comments
 (0)