Now testing against Python 3.2
diff --git a/Makefile b/Makefile
index 015e511..e021d65 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
 	-cd python2 && python2.5 httplib2test.py
 	-cd python2 && python2.6 httplib2test.py
 	-cd python3 && python3.1 httplib2test.py
+	-cd python3 && python3.2 httplib2test.py
 
 VERSION = $(shell python setup.py --version)
 DST = dist/httplib2-$(VERSION)