This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 721d4e7 Update documentation regarding Python 3.9 support (#17611)
721d4e7 is described below
commit 721d4e7c60cbccfd064572f16c3941f41ff8ab3a
Author: Gabe Flores <[email protected]>
AuthorDate: Fri Aug 13 19:15:44 2021 -0500
Update documentation regarding Python 3.9 support (#17611)
https://github.com/apache/airflow#requirements
---
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 9788b2a..f857f93 100644
--- a/docs/apache-airflow/installation.rst
+++ b/docs/apache-airflow/installation.rst
@@ -58,7 +58,7 @@ Prerequisites
Airflow is tested with:
-* Python: 3.6, 3.7, 3.8
+* Python: 3.6, 3.7, 3.8, 3.9
* Databases:
@@ -75,8 +75,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
''''''''''''''''''