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:22:19 UTC

[airflow] branch v2-1-test updated: 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


The following commit(s) were added to refs/heads/v2-1-test by this push:
     new 0e2f2f7  Update documentation regarding Python 3.9 support (#17611)
0e2f2f7 is described below

commit 0e2f2f7adf561a480afeb9d22983d893c3e3e183
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
 ''''''''''''''''''