Skip to content

Commit afca3e6

Browse files
Bump python version from py3.8 to py3.9
1 parent 222575f commit afca3e6

167 files changed

Lines changed: 189 additions & 189 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

active_directory/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ platforms = [
1010
]
1111

1212
[[envs.default.matrix]]
13-
python = ["2.7", "3.8"]
13+
python = ["2.7", "3.9"]

activemq/hatch.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[env.collectors.datadog-checks]
22

33
[[envs.default.matrix]]
4-
python = ["3.8"]
4+
python = ["3.9"]
55
version = ["2.15.0"]
66
compose-file = ["artemis.yaml"]
77

88
[[envs.default.matrix]]
9-
python = ["3.8"]
9+
python = ["3.9"]
1010
version = ["5.15.9"]
1111
compose-file = ["activemq.yaml"]
1212

activemq_xml/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[env.collectors.datadog-checks]
22

33
[[envs.default.matrix]]
4-
python = ["2.7", "3.8"]
4+
python = ["2.7", "3.9"]
55
version = ["5.11.1"]
66

77
[envs.default.overrides]

aerospike/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mypy-args = [
99
]
1010

1111
[[envs.default.matrix]]
12-
python = ["2.7", "3.8"]
12+
python = ["2.7", "3.9"]
1313
version = ["4", "5.0", "5.3", "5.6"]
1414

1515
[envs.default.overrides]

airflow/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[env.collectors.datadog-checks]
22

33
[[envs.default.matrix]]
4-
python = ["2.7", "3.8"]
4+
python = ["2.7", "3.9"]
55
version = ["v1", "v2"]
66

77
[envs.default.overrides]

amazon_msk/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[env.collectors.datadog-checks]
22

33
[[envs.default.matrix]]
4-
python = ["2.7", "3.8"]
4+
python = ["2.7", "3.9"]
55

66
[envs.default.env-vars]
77
DDEV_SKIP_GENERIC_TAGS_CHECK = "true"

ambari/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[env.collectors.datadog-checks]
22

33
[[envs.default.matrix]]
4-
python = ["2.7", "3.8"]
4+
python = ["2.7", "3.9"]

apache/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[env.collectors.datadog-checks]
22

33
[[envs.default.matrix]]
4-
python = ["2.7", "3.8"]
4+
python = ["2.7", "3.9"]
55
version = ["2.4.27"]
66

77
[envs.default.overrides]

arangodb/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[env.collectors.datadog-checks]
22

33
[[envs.default.matrix]]
4-
python = ["3.8"]
4+
python = ["3.9"]
55
version = ["3.8"]
66

77
[envs.default.overrides]

argocd/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
DDEV_SKIP_GENERIC_TAGS_CHECK = "true"
55

66
[[envs.default.matrix]]
7-
python = ["3.8"]
7+
python = ["3.9"]
88
version = ["2.4.7"]
99

1010
[envs.default.overrides]

0 commit comments

Comments
 (0)