summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-21 16:12:48 -0500
committerTim Graham <timograham@gmail.com>2016-12-21 16:13:24 -0500
commit3d08c5e4703652d88ce8f1f79a32a8b8d91c2510 (patch)
treee19fce85ef6405b0cf34149f69bcbdd1ba3ac432 /ChangeLog
parent288c159720eebcdf667727a859ef341f1e908308 (diff)
downloadpython-memcached-3d08c5e4703652d88ce8f1f79a32a8b8d91c2510.tar.gz
Remove testing for Python 3.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b56ac0d..426fbc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* Fixed typos in docstrings (PR from Romuald Brunet, reviewed by Tim
Graham) #105
- * Removing Python 2.6 and 3.2 testing (PR from Tim Graham) #115
+ * Removing Python 2.6, 3.2, and 3.3 testing (PR from Tim Graham) #115, #116
* Removing unnecessary parens in return statements (PR from Tim Graham)
#113