From 6c4f5846c8e21d6e48347b7e661edb72ffabb9f1 Mon Sep 17 00:00:00 2001
From: nkryptic <nkryptic@gmail.com>
Date: Tue, 12 Mar 2013 01:08:59 -0400
Subject: Add full Python 3 compatibility (Closes #10, #20, #49).
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Also:
- update travis.yml to build against 2.6-2.7 and 3.2-3.3
- Switch to relative imports

Signed-off-by: Raphaƫl Barrois <raphael.barrois@polytechnique.org>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'README')

diff --git a/README b/README
index a3fa2e4..a4629af 100644
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ Links
 * Official repository: https://github.com/rbarrois/factory_boy
 * Package: https://pypi.python.org/pypi/factory_boy/
 
-factory_boy supports Python 2.6 and 2.7 (Python 3 is in the works), and requires only the standard Python library.
+factory_boy supports Python 2.6, 2.7, 3.2 and 3.3; and requires only the standard Python library.
 
 
 Download
-- 
cgit v1.2.3