From fc55834a545231f7614a34ee750a2a5639fc6c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Wed, 20 Feb 2019 10:02:45 +0100 Subject: [PATCH] Add Python 3.7 to the tox matrix. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 62129bd0..03c3519e 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ so. Requirements ============ -* **Python**: 2.7, 3.4, 3.5, 3.6. +* **Python**: 2.7, 3.4, 3.5, 3.6, 3.7. * **Backends**: MySQL, PostgreSQL, SQLite, Memory. Contributing