From 480939afe54fc6e8e79d6d74b8a8a3991276d460 Mon Sep 17 00:00:00 2001 From: Alexis M Date: Mon, 7 Oct 2019 00:07:25 +0200 Subject: Remove support for python2. In the same move : - use a setup.cfg file for packaging - remove the use of six --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index e9e0e38..c216695 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ encouraged to do so. Requirements ============ -* **Python**: 2.7, 3.5, 3.6, 3.7. +* **Python**: 3.5, 3.6, 3.7. * **Backends**: MySQL, PostgreSQL, SQLite, Memory. Contributing -- cgit v1.1