Skip to content

Commit

Permalink
migrate last 3 commits from original PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Oct 23, 2024
1 parent c8dd5b1 commit f233a5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/doc/01_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/installation/supported-versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f233a5c

Please sign in to comment.