This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 90b66d0333bbebd36a1572c04a14fade6afe2f3d Author: Kaxil Naik <[email protected]> AuthorDate: Tue Jul 14 08:11:54 2020 +0100 Update README to add Py 3.8 in supported versions (#9804) (cherry picked from commit 468e9507adb9b31d858f7f3c78ece1ad62b1a789) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 96ce05f..940e972 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,6 @@ 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 -* 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).
