Skip to content

Commit 10e089e

Browse files
authored
Only test supported versions of airflow (DataDog#20743)
* fix airflow test envs * fix * remove 3.x
1 parent 5599186 commit 10e089e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

airflow/hatch.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
[[envs.default.matrix]]
44
python = ["3.12"]
5-
version = ["2.1", "2.6"]
5+
version = ["2.11"]
66

77
[envs.default.overrides]
88
matrix.version.env-vars = [
9-
{ key = "AIRFLOW_VERSION", value = "2.1.4", if = ["2.1"] },
10-
{ key = "AIRFLOW_VERSION", value = "2.6.2", if = ["2.6"] },
9+
{ key = "AIRFLOW_VERSION", value = "2.11.0", if = ["2.11"] },
1110
]
1211

1312
[envs.latest.env-vars]

0 commit comments

Comments
 (0)