summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README.rst2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cec2f76..3628b71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
master
------
+ * PycURL now supports Python 3.1 through 3.3. Python 3.0 might
+ work but it appears to ship with broken distutils, making virtualenv
+ not function on it.
+
* PycURL multi objects now have the multi constants defined on them.
Previously the constants were only available on pycurl module.
The new behavior matches that of curl and share objects.
diff --git a/README.rst b/README.rst
index 43cef02..e91f440 100644
--- a/README.rst
+++ b/README.rst
@@ -40,7 +40,7 @@ Overview
Requirements
------------
-- Python 2.4 through 2.7.
+- Python 2.4 through 2.7, 3.1 through 3.3.
- libcurl 7.19.0 or better.
Installation