From 777c963c9a68d6fe9ca769b82c0a92ce8256c61e Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 27 Jul 2018 14:46:13 -0700 Subject: [PATCH] README: note py37 compatibility --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdb141e..bce7931 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ or the docs/ subdirectory. This library is released under the MIT license, see LICENSE for details. -This library is compatible with python2.7, 3.4 (non-Windows-only), 3.5, and -3.6 . +This library is compatible with python2.7, 3.4 (non-Windows-only), 3.5, +3.6, and 3.7.