From 6b46a802cb75d93736f4acd1d6cfa6210db0d8ff Mon Sep 17 00:00:00 2001 From: Keegan Parker Date: Thu, 8 Dec 2016 13:06:52 -0800 Subject: [PATCH] Update README to reflect mysql 5.7 support Resolves #178 (https://github.com/noplay/python-mysql-replication/issues/178) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d150dc3..4032ace3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Project status ================ The project is test with: -* MySQL 5.5 and 5.6 +* MySQL 5.5, 5.6 and 5.7 * Python >= 2.6 * Python 3.3 and 3.4 (3.2 is not supported) * PyPy (really faster than the standard Python interpreter)