diff --git a/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml b/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml index c32fd9c917dec..0977e9822153c 100644 --- a/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml +++ b/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml @@ -14,7 +14,7 @@ body: Note, you do not need to create an issue if you have a change ready to submit! - You can open a [pull eequest](https://github.com/apache/airflow/pulls) immediately instead. + You can open a [pull request](https://github.com/apache/airflow/pulls) immediately instead.
" # yamllint enable rule:line-length - type: textarea diff --git a/README.md b/README.md index b44b2271313e4..f5fb1b402f6d8 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ They are based on the official release schedule of Python and Kubernetes, nicely 1. We drop support for Python and Kubernetes versions when they reach EOL. Except for kubernetes, a version stay supported by Airflow if two major cloud provider still provide support for it. We drop support for those EOL versions in main right after EOL date, and it is effectively removed when we release - the first new MINOR (Or MAJOR if there is no new MINOR version) of Airflow For example, for Python 3.7 it + the first new MINOR (Or MAJOR if there is no new MINOR version) of Airflow. For example, for Python 3.7 it means that we will drop support in main right after 27.06.2023, and the first MAJOR or MINOR version of Airflow released after will not have it.