From 0535e156dc409fb9c7f9d85db40efda12b87d175 Mon Sep 17 00:00:00 2001 From: Stanis Trendelenburg Date: Fri, 9 Oct 2020 16:21:52 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fd34212..b16724e 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ with the following limitations: - A mixed-case character range like ``'{Z..a}'`` or ``'{a..Z}'`` will not include the characters :literal:`[]^_\`` between ``Z`` and ``a``. -``braceexpand`` is tested with Python 2.7, and 3.5+ +``braceexpand`` is tested with Python 2.7, and 3.6+ Installation ------------