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 2020/06/21 02:24:01 UTC

[airflow] 01/02: Added more precise Python requirements to README.md (#8455)

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

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

commit feadbbb02f13c357475e3a0b9c3a3194fa9c4312
Author: Balazs Keresztury <be...@users.noreply.github.com>
AuthorDate: Sun Apr 19 20:46:40 2020 +0200

    Added more precise Python requirements to README.md (#8455)
    
    (cherry picked from commit 36465a4925f0126aadf03c8a7207245f1f9fb1f8)
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index a6ca2af..5e8b921 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,11 @@ Apache Airflow is tested with:
 * Sqlite - latest stable (it is used mainly for development purpose)
 * Kubernetes - 1.16.2, 1.17.0
 
+### Additional notes on Python version requirements
+
+* Stable version [requires](https://github.com/apache/airflow/issues/8162) at least Python 3.5.3 when using Python 3
+* Both versions are currently incompatible with Python 3.8 due to [a known compatibility issue](https://github.com/Tinche/cattrs/issues/77) with a dependent library
+
 ## Getting started
 Please visit the Airflow Platform documentation (latest **stable** release) for help with [installing Airflow](https://airflow.apache.org/installation.html), getting a [quick start](https://airflow.apache.org/start.html), or a more complete [tutorial](https://airflow.apache.org/tutorial.html).