From 8b6eca23722fbe5080527c732917a508ee67c55e Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 6 Sep 2024 12:41:58 -0400 Subject: [PATCH] Update index.rst Don't mention specific versions so the doc doesn't look out of date as you continue to support newer versions of Python. --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index fd2e550a..f1a2993c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -33,7 +33,7 @@ sh :target: https://github.com/amoffat/sh :alt: Github -sh is a full-fledged subprocess replacement for Python 3.8 - 3.11, PyPy that +sh is a full-fledged subprocess replacement for Python 3.8+, and PyPy that allows you to call any program as if it were a function: