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:02 UTC

[airflow] 02/02: Update README to remove Py 3.8 limitation for Master (#9451)

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 ed37913e85534d754cf591532eb65f73c1006b6a
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Jun 20 21:01:40 2020 +0100

    Update README to remove Py 3.8 limitation for Master (#9451)
    
    (cherry picked from commit 5442c91f62276d98d86acf8be1427b0a8c715c58)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5e8b921..0c0aa7c 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Apache Airflow is tested with:
 ### 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
+* Stable version is 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).