You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/11/27 13:21:54 UTC

[airflow] branch main updated: Note which versions of Python are supported (#27798)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 017ed9ac66 Note which versions of Python are supported (#27798)
017ed9ac66 is described below

commit 017ed9ac662d50b6e2767f297f36cb01bf79d825
Author: Jeremy Monat <je...@calalum.org>
AuthorDate: Sun Nov 27 08:21:47 2022 -0500

    Note which versions of Python are supported (#27798)
    
    Copied from Prerequisites page which versions of Python that Airflow is tested with. Noted explicitly that 3.11 is not yet supported.
    
    As suggested in #27676.
---
 docs/apache-airflow/start.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/apache-airflow/start.rst b/docs/apache-airflow/start.rst
index b164859d00..3e6a25e01c 100644
--- a/docs/apache-airflow/start.rst
+++ b/docs/apache-airflow/start.rst
@@ -24,7 +24,8 @@ This quick start guide will help you bootstrap an Airflow standalone instance on
 
 .. note::
 
-   Successful installation requires a Python 3 environment.
+   Successful installation requires a Python 3 environment. Starting with Airflow 2.3.0, Airflow is tested with Python 3.7, 3.8, 3.9, 3.10. Note that
+   Python 3.11 is not yet supported.
 
    Only ``pip`` installation is currently officially supported.