You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/08/14 00:25:10 UTC

[airflow] 02/02: Update documentation regarding Python 3.9 support (#17611)

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

kaxilnaik pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit be94da88f58d35cbab9fd4cc227326fd87042874
Author: Gabe Flores <ga...@match.com>
AuthorDate: Fri Aug 13 19:15:44 2021 -0500

    Update documentation regarding Python 3.9 support (#17611)
    
    https://github.com/apache/airflow#requirements
    
    (cherry picked from commit 721d4e7c60cbccfd064572f16c3941f41ff8ab3a)
---
 docs/apache-airflow/installation.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/apache-airflow/installation.rst b/docs/apache-airflow/installation.rst
index 574d7ec..571a395 100644
--- a/docs/apache-airflow/installation.rst
+++ b/docs/apache-airflow/installation.rst
@@ -34,7 +34,7 @@ Prerequisites
 
 Airflow is tested with:
 
-* Python: 3.6, 3.7, 3.8
+* Python: 3.6, 3.7, 3.8, 3.9
 
 * Databases:
 
@@ -50,8 +50,7 @@ running multiple schedulers -- please see: :doc:`/concepts/scheduler`. MariaDB i
 **Note:** SQLite is used in Airflow tests. Do not use it in production. We recommend
 using the latest stable version of SQLite for local development.
 
-Please note that with respect to Python 3 support, Airflow 2.0.0 has been
-tested with Python 3.6, 3.7, and 3.8, but does not yet support Python 3.9.
+Starting with Airflow 2.1.2, Airflow is tested with Python 3.6, 3.7, 3.8, and 3.9.
 
 Installation tools
 ''''''''''''''''''