From e21f9f9b8a4288d1d43d971588ffdb8e0fcf48e7 Mon Sep 17 00:00:00 2001 From: Jens Scheffler Date: Sat, 19 Oct 2024 23:18:48 +0200 Subject: [PATCH] migrate last 3 commits from original PR --- .github/workflows/check-providers.yml | 3 +-- dev/breeze/doc/01_installation.rst | 2 +- docs/apache-airflow/installation/supported-versions.rst | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-providers.yml b/.github/workflows/check-providers.yml index c788590391f7..a4594725e791 100644 --- a/.github/workflows/check-providers.yml +++ b/.github/workflows/check-providers.yml @@ -104,8 +104,7 @@ jobs: run: > breeze release-management generate-issue-content-providers --only-available-in-dist --disable-progress - - name: > - Remove incompatible Python ${{ matrix.python-version }} provider packages + - name: Remove Python 3.9-incompatible provider packages run: | echo "Removing Python 3.9-incompatible provider: cloudant" rm -vf dist/apache_airflow_providers_cloudant* diff --git a/dev/breeze/doc/01_installation.rst b/dev/breeze/doc/01_installation.rst index 512e16ee04e9..cf88f1918496 100644 --- a/dev/breeze/doc/01_installation.rst +++ b/dev/breeze/doc/01_installation.rst @@ -302,7 +302,7 @@ that Breeze works on .. warning:: Upgrading from earlier Python version - If you used Breeze with Python 3.7 and when running it, it will complain that it needs Python 3.9. In this + If you used Breeze with Python 3.8 and when running it, it will complain that it needs Python 3.9. In this case you should force-reinstall Breeze with ``pipx``: .. code-block:: bash diff --git a/docs/apache-airflow/installation/supported-versions.rst b/docs/apache-airflow/installation/supported-versions.rst index 30b1a1693578..58f00c76192d 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.10.2`` images - are Python 3.8 images, however, in the first MINOR/MAJOR release of Airflow released after 14.10.2024, + are Python 3.8 images, however, in the first MINOR/MAJOR release of Airflow released after 2024-10-14, 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