This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 8f6b362defd Fix new pytest on min airflow version per python (#63616)
8f6b362defd is described below

commit 8f6b362defdc1dbdd5bcaaeb9796a7635af8ac6d
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Mar 15 00:10:23 2026 +0100

    Fix new pytest on min airflow version per python (#63616)
---
 scripts/tests/ci/testing/test_get_min_airflow_version_for_python.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/scripts/tests/ci/testing/test_get_min_airflow_version_for_python.py 
b/scripts/tests/ci/testing/test_get_min_airflow_version_for_python.py
index b6f9bf239dd..4b7d1429182 100644
--- a/scripts/tests/ci/testing/test_get_min_airflow_version_for_python.py
+++ b/scripts/tests/ci/testing/test_get_min_airflow_version_for_python.py
@@ -49,8 +49,8 @@ def min_airflow_module():
         ("3.10", "2.11.0"),
         ("3.12", "2.11.0"),
         ("3.13", "3.1.0"),
-        ("3.14", "3.2.0"),
-        ("3.15", "3.2.0"),
+        ("3.14", "3.1.0"),
+        ("3.15", "3.1.0"),
     ],
 )
 def test_get_min_airflow_version_for_python_is_monotonic(

Reply via email to