Skip to content

Commit 0d90956

Browse files
IgnacioHerediaalvarolopez
authored andcommitted
fix compatibility docs
1 parent ef413b2 commit 0d90956

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/source/index.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,18 @@ fron of their model, thus accesing its functionality via HTTP calls.
1919
Compatibility
2020
-------------
2121

22-
The DEEPaaS API works with Python 2.7+ and Python 3.
22+
The DEEPaaS API works with Python 3.5.3 or higher.
2323

2424
Upgrading from V1 of the API
2525
############################
2626

27-
The DEEPaaS API provides two different API versions: V1 and V2. V1 was the
28-
initial API version, supported in releases under ``1.0.0``. Starting with the
29-
``1.0.0`` release V2 is the only version supported, with the V1 of the API
30-
disabled by default. Please, read carefully the :ref:`upgrade-notes` before
31-
upgrading to a newer version.
27+
The DEEPaaS API provides two different API versions: V1 and V2.
28+
V1 was the initial API version, supported in releases under ``1.0.0`` and
29+
compatible with Python 2.7+ and Python 3.
30+
Starting with the ``1.0.0`` release V2 is the only version supported and
31+
requires Python 3.5.3 or higher.
32+
Please, read carefully the :ref:`upgrade-notes` before upgrading to a newer
33+
version.
3234

3335
Installation and upgrade documentation
3436
--------------------------------------

0 commit comments

Comments
 (0)