This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new f2340f00d79 [v3-1-test] remove outdated note from upgrading docs
(#57338) (#57345)
f2340f00d79 is described below
commit f2340f00d796578a3f7228a802a9613417d81cbf
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 14:14:33 2025 +0200
[v3-1-test] remove outdated note from upgrading docs (#57338) (#57345)
(cherry picked from commit b0119546565c316a34015fce63143e890dda9eaa)
Co-authored-by: Elad Kalif <[email protected]>
---
airflow-core/docs/installation/upgrading_to_airflow3.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/docs/installation/upgrading_to_airflow3.rst
b/airflow-core/docs/installation/upgrading_to_airflow3.rst
index 57fd939ac8d..d5a2057b643 100644
--- a/airflow-core/docs/installation/upgrading_to_airflow3.rst
+++ b/airflow-core/docs/installation/upgrading_to_airflow3.rst
@@ -61,7 +61,7 @@ Step 1: Take care of prerequisites
----------------------------------
- Make sure that you are on Airflow 2.7 or later. It is recommended to upgrade
to latest 2.x and then to Airflow 3.
-- Make sure that your Python version is in the supported list. Airflow 3.0.0
supports the following Python versions: Python 3.9, 3.10, 3.11 and 3.12.
+- Make sure that your Python version is in the supported list.
- Ensure that you are not using any features or functionality that have been
:ref:`removed in Airflow 3<breaking-changes>`.