From 26c81fc39fa538bbd0380ee0b65c6b921974f084 Mon Sep 17 00:00:00 2001 From: William Ting Date: Thu, 6 Sep 2018 22:59:27 -0700 Subject: [PATCH] Clarify supported Python versions. --- README.md | 2 +- docs/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b61f879..6e838b9 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ INSTALLATION ### REQUIREMENTS -- Python v2.6+ except v3.2 +- Python v2.6+ or Python 3.3+ - Supported shells: - bash v4.0+ - zsh diff --git a/docs/install.md b/docs/install.md index 2b323b2..0d0aac9 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,7 +2,7 @@ ### REQUIREMENTS -- Python v2.6+ except v3.2 +- Python v2.6+ or Python 3.3+ - Supported shells: - bash v4.0+ - zsh