File tree Expand file tree Collapse file tree 1 file changed +7
-26
lines changed
Expand file tree Collapse file tree 1 file changed +7
-26
lines changed Original file line number Diff line number Diff line change @@ -16,32 +16,13 @@ Alternatively, if you want the newest master or a devel branch - clone the proje
1616python setup.py install
1717```
1818
19- ** !! SSL security update for python 2 !!**
20- * short story: ` pip install requests[security] ` should solve all of your problems.
21- * long story:
22- * upcloud-python-api uses [requests](http://docs.python-requests.org/en/latest/)
23- for HTTP(S) that in turn uses [urllib3](https://urllib3.readthedocs.org/en/latest/)
24- * urllib3 may detect that your python2.x's SSL is lacking as described
25- [here](https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning) and
26- [here](https://urllib3.readthedocs.org/en/latest/security.html#pyopenssl).
27- * you may also be interested in (especially if `requests[security]` did not work for you on Ubuntu)
28- [http://stackoverflow.com/questions/29099404/ssl-insecureplatform-error-when-using-requests-package]
29- (http://stackoverflow.com/questions/29099404/ssl-insecureplatform-error-when-using-requests-package)
30-
31-
32- ** Supported versions in the next release** (offline tests pass with tox):
33-
34- * <del >python 2.6</del > removed due to deprecation
35- * python 2.7 supported but not recommended, especially when upcloud-ansible will be ported to python3
36- * <del >python 3.2</del > removed due to python2/3 support
37- * <del >python 3.3</del > removed due to python2/3 support
38- * <del >python 3.4</del > removed due to python2/3 support
39- * <del >python 3.5</del > removed due to python2/3 support
40- * python 3.6
41- * python 3.7
42- * python 3.8
43- * python 3.9
44- * pypi3
19+ ### Supported Python
20+
21+ * Python 3.6
22+ * Python 3.7
23+ * Python 3.8
24+ * Python 3.9
25+ * PyPy3
4526
4627** Changelog:**
4728* See the [ Releases page] ( https://github.com/UpCloudLtd/upcloud-python-api/releases )
You can’t perform that action at this time.
0 commit comments