From e0699fe01a9aa8bcc5541c4cfad6db58b84999bd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Apr 2020 13:47:10 +0530 Subject: [PATCH] Change python min version requirement --- manual/develop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/develop.rst b/manual/develop.rst index d51e79b52b..b6cadc2a5b 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -7,7 +7,7 @@ calibre is completely open source, licensed under the `GNU GPL v3 `_ with some C/C++ code for speed and system interfacing. -Note that calibre is not compatible with Python 3 and requires at least Python 2.7.9. +Note that calibre requires at least Python 3.8. .. contents:: Contents :depth: 2