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

potiuk 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 2a77f4d4c46 Remove note about MySQL 5 (#43701)
2a77f4d4c46 is described below

commit 2a77f4d4c46a58481206900f0576140cd53eae85
Author: Elad Kalif <[email protected]>
AuthorDate: Wed Nov 6 00:52:47 2024 +0200

    Remove note about MySQL 5 (#43701)
---
 README.md                | 4 +---
 generated/PYPI_README.md | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 01408d1dbb7..10bde71f299 100644
--- a/README.md
+++ b/README.md
@@ -108,9 +108,7 @@ Apache Airflow is tested with:
 
 \* Experimental
 
-**Note**: MySQL 5.x versions are unable to or have limitations with
-running multiple schedulers -- please see the [Scheduler 
docs](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/scheduler.html).
-MariaDB is not tested/recommended.
+**Note**: 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.
diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md
index 88c6e356302..83339bc3e18 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -65,9 +65,7 @@ Apache Airflow is tested with:
 
 \* Experimental
 
-**Note**: MySQL 5.x versions are unable to or have limitations with
-running multiple schedulers -- please see the [Scheduler 
docs](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/scheduler.html).
-MariaDB is not tested/recommended.
+**Note**: 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.

Reply via email to