From 7d94159db3067cc5def101681e6614502837cea5 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 16 Feb 2020 14:55:21 -0600 Subject: Fix Python version requirement in documentation --- doc/source/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/intro.rst b/doc/source/intro.rst index e2cd196b..d2fb5e1f 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -13,7 +13,7 @@ The object database implementation is optimized for handling large quantities of Requirements ============ -* `Python`_ 3.0 or newer +* `Python`_ >= 3.4 * `Git`_ 1.7.0 or newer It should also work with older versions, but it may be that some operations involving remotes will not work as expected. -- cgit v1.2.1