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

shahar pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new dceeaee2804 [v3-1-test] Update python version in constraints notes to 
match the actual version (#61584) (#61592)
dceeaee2804 is described below

commit dceeaee2804c8ae8b8719afb8d32075eafd122a1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 15:06:31 2026 +0200

    [v3-1-test] Update python version in constraints notes to match the actual 
version (#61584) (#61592)
    
    (cherry picked from commit 785613ec5c7b7c07c3cba883f08cc90b0422bd95)
    
    Co-authored-by: Elad Kalif <[email protected]>
---
 scripts/in_container/run_generate_constraints.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/in_container/run_generate_constraints.py 
b/scripts/in_container/run_generate_constraints.py
index 42c865f9676..6dd10762ef5 100755
--- a/scripts/in_container/run_generate_constraints.py
+++ b/scripts/in_container/run_generate_constraints.py
@@ -83,7 +83,7 @@ PYPI_PROVIDERS_CONSTRAINTS_PREFIX = f"""
 # commands that might change the installed version of apache-airflow should 
include "apache-airflow==X.Y.Z"
 # in the list of install targets to prevent Airflow accidental upgrade or 
downgrade.
 #
-# Typical installation process of airflow for Python 3.10 is (with random 
selection of extras and custom
+# Typical installation process of airflow for Python {PYTHON_VERSION} is (with 
random selection of extras and custom
 # dependencies added), usually consists of two steps:
 #
 # 1. Reproducible installation of airflow with selected providers (note 
constraints are used):

Reply via email to