Change python min version requirement

This commit is contained in:
Kovid Goyal 2020-04-09 13:47:10 +05:30
parent 97a2b6ebd7
commit e0699fe01a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,7 +7,7 @@ calibre is completely open source, licensed under the `GNU GPL v3 <https://www.g
This means that you are free to download and modify the program to your heart's content. In this section,
you will learn how to get a calibre development environment set up on the operating system of your choice.
calibre is written primarily in `Python <https://www.python.org>`_ 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