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

potiuk 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 ae3e68af3c Also mention airflow 2 only in readme template (#24296)
ae3e68af3c is described below

commit ae3e68af3c42a53214e8264ecc5121049c3beaf3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Jun 8 00:44:43 2022 +0200

    Also mention airflow 2 only in readme template (#24296)
---
 dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2 
b/dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2
index 493af5ddb7..3d1751e913 100644
--- a/dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2
+++ b/dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2
@@ -44,15 +44,16 @@ in the `documentation <https://airflow.apache.org/docs/{{ 
PACKAGE_PIP_NAME }}/{{
 Installation
 ------------
 
-You can install this package on top of an existing Airflow 2.2+ installation 
via
+You can install this package on top of an existing Airflow 2 installation (see 
``Requirements`` below
+for the minimum Airflow version supported) via
 ``pip install {{PACKAGE_PIP_NAME}}``
 
 The package supports the following python versions: {{ 
",".join(SUPPORTED_PYTHON_VERSIONS) }}
 
 {%- if PIP_REQUIREMENTS %}
 
-PIP requirements
-----------------
+Requirements
+------------
 
 {{  PIP_REQUIREMENTS_TABLE_RST | safe }}
 

Reply via email to