Skip to content

Commit af0e823

Browse files
cclaussgermanattanasio
authored andcommitted
End support for Python 2.6 & 3.3, Removed fixed bug warning
https://docs.python.org/devguide/#status-of-python-branches Shows that Python 2.6 end of life was in 2013 and 3.3 EOL is in 60 days. The text telling users to ignore insecure platform warnings was particularly egregious. Korean issue was closed in #18. Fixed link to the new changelog
1 parent 525a2c6 commit af0e823

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,13 @@ Copy your credentials from the **Service details** page. To find the the Service
4444
1. Copy `username` and `password`.
4545

4646
## Python Version
47-
Tested on: Python from 2.7 to 3.6.
48-
Python 2.6 is partially supported but generates InsecurePlatformWarnings (and other warnings), which can be ignored.
47+
Tested on: Python from 2.7, 3.4, 3.5, and 3.6.
4948

5049
## CHANGELOG
51-
See [CHANGELOG][CHANGELOG.md].
50+
See [CHANGELOG](https://github.com/watson-developer-cloud/python-sdk/wiki/Changelog).
5251

5352
## Known Issues
54-
There is a known incompatibility with this module with Python versions 3.x with Korean systems.
53+
See [issues](https://github.com/watson-developer-cloud/python-sdk/issues).
5554

5655
## Dependencies
5756
* [requests]
@@ -70,5 +69,4 @@ This library is licensed under the [Apache 2.0 license][license].
7069
[requests]: http://docs.python-requests.org/en/latest/
7170
[examples]: https://github.com/watson-developer-cloud/python-sdk/tree/master/examples
7271
[CONTRIBUTING]: https://github.com/watson-developer-cloud/python-sdk/blob/master/CONTRIBUTING.md
73-
[CHANGELOG.md]: https://github.com/watson-developer-cloud/python-sdk/blob/master/CHANGELOG.md
7472
[license]: http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)