From d805e848d4d2bac1f0ca6a902f56d06f69434ec8 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 29 Mar 2022 21:56:22 +0100 Subject: [PATCH] Doc: Explicitly specify Py 3.10 will be supported from Airflow 2.3.0 Based on the feedback in https://github.com/apache/airflow/issues/19059#issuecomment-1080597936 -- this PR makes it explicit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8cb4c422c7f8..bb9c044cd3a79 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,8 @@ MariaDB is not tested/recommended. **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. -**Note**: Python v3.10 is not supported yet. For details, see [#19059](https://github.com/apache/airflow/issues/19059). +**Note**: Support for Python v3.10 will be available from Airflow 2.3.0. The `main` (development) branch +already supports Python 3.10. **Note**: Airflow currently can be run on POSIX-compliant Operating Systems. For development it is regularly tested on fairly modern Linux Distros and recent versions of MacOS.