From 365e3774e03dbb8c85d1b89d0e34f3d103d719ba Mon Sep 17 00:00:00 2001 From: Ben Soyka Date: Tue, 5 Jan 2021 09:24:00 -0700 Subject: [PATCH] Update supported version in docs --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af2b91a..8e087fc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Pigment is available on PyPI: $ python -m pip install pigment ``` -Pigment officially supports Python 3.7+. +Pigment officially supports Python 3.5+. ## API Reference diff --git a/docs/index.rst b/docs/index.rst index 4caf5ca..928cf94 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,7 @@ Pigment is available on PyPI: $ python -m pip install pigment -Pigment officially supports Python 3.7+. +Pigment officially supports Python 3.5+. Documentation Contents ----------------------