From 88e94b7e7600146f74ce8a5de083c087cb122b1e Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Sun, 25 Jun 2023 19:03:45 +0200 Subject: [PATCH] sync README.rst with changelog --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b72cb8ea7..0122c1bef 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Welcome to Invoke! ================== -Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented +Invoke is a Python (3.6+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (``make``/``rake``, Fabric 1.x, etc) to arrive at a powerful & clean feature set.