We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755971d commit eb85f2eCopy full SHA for eb85f2e
CHANGES
@@ -3,7 +3,10 @@ Changes introduced with each version.
3
1.2.0
4
-----
5
6
-* Minimum supported Python version is now 2.6.
+* Minimum supported Python version is now 2.6. It may still work with
7
+ Python 2.5, but I am not hugely interested in maintaining support. Pull
8
+ requests are accepted, of course, but breakages in future releases may happen,
9
+ because I won't be testing against 2.5.
10
* Replacing urllib2 with python-requests. Greatly simplifies things, and
11
improves SSL certificate validation.
12
* Preliminary (potentially rough) Python 3 support.
0 commit comments