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

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


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 5b114cc2d83 Remove note about MySQL 5 (#43729)
5b114cc2d83 is described below

commit 5b114cc2d83b28906e36e8c4781cf6ac17f0cf2e
Author: Elad Kalif <[email protected]>
AuthorDate: Wed Nov 6 14:55:16 2024 +0200

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

diff --git a/README.md b/README.md
index 71dbfac4910..48f14272618 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 8593a1b53f4..c2d98860bcd 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