This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 44302838fd1422bf7f8ff3ca3e7484c34b7cfd0f Author: andar9 <[email protected]> AuthorDate: Mon Dec 4 12:15:17 2023 -0800 Update supported-versions.rst (#36058) I think the date 14.19.2023 is wrong--should it be 14.09.2023 (= September 14, 2023)? (cherry picked from commit 55d81378b0fa7488bfdca68a4693821109c8fd1e) --- docs/apache-airflow/installation/supported-versions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/installation/supported-versions.rst b/docs/apache-airflow/installation/supported-versions.rst index c3c1da4f47..19c24074bb 100644 --- a/docs/apache-airflow/installation/supported-versions.rst +++ b/docs/apache-airflow/installation/supported-versions.rst @@ -61,7 +61,7 @@ They are based on the official release schedule of Python and Kubernetes, nicely 2. The "oldest" supported version of Python/Kubernetes is the default one. "Default" is only meaningful in terms of "smoke tests" in CI PRs which are run using this default version and default reference image available in DockerHub. Currently the ``apache/airflow:latest`` and ``apache/airflow:2.5.2`` images - are Python 3.8 images, however, in the first MINOR/MAJOR release of Airflow released after 14.19.2023, + are Python 3.8 images, however, in the first MINOR/MAJOR release of Airflow released after 14.09.2023, they will become Python 3.9 images. 3. We support a new version of Python/Kubernetes in main after they are officially released, as soon as we
