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 26d001fad24bcb2cbd5ab8d695f52ce713389691
Author: Damian Kula <heavel...@gmail.com>
AuthorDate: Tue Nov 3 14:31:19 2020 +0100

    Adds a forgotten word in a README.md (#12066)
    
    (cherry picked from commit d8aa24b729de4e80cd2d71f99d04cbabf5f3b36c)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 70bf2d8..ad83639 100644
--- a/README.md
+++ b/README.md
@@ -80,11 +80,11 @@ Apache Airflow is tested with:
 | ------------ | ------------------------- | ------------------------ |
 | Python       | 3.6, 3.7, 3.8             | 2.7, 3.5, 3.6, 3.7, 3.8  |
 | PostgreSQL   | 9.6, 10, 11, 12, 13       | 9.6, 10, 11, 12, 13      |
-| MySQL        | 5.7                       | 5.6, 5.7                 |
+| MySQL        | 5.7, 8                    | 5.6, 5.7                 |
 | SQLite       | latest stable             | latest stable            |
 | Kubernetes   | 1.16.2, 1.17.0            | 1.16.2, 1.17.0           |
 
-> Note: SQLite is used primarily for development purpose.
+**Note:**  SQLite is used primarily for development purpose.
 
 ### Additional notes on Python version requirements
 

Reply via email to