File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,18 @@ fron of their model, thus accesing its functionality via HTTP calls.
1919Compatibility
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
2424Upgrading 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
3335Installation and upgrade documentation
3436--------------------------------------
You can’t perform that action at this time.
0 commit comments