From a29e862adffe433317087def6b9ea4589150ce8c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 02:21:30 -0500 Subject: [PATCH] new pythons! --- docs/community/faq.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index c900d973..03a3e07c 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -55,16 +55,14 @@ It's on the way. Here's a list of Python platforms that are officially supported: * cPython 2.5 -* cPython 2.5.5 -* cPython 2.5.6 * cPython 2.6 -* cPython 2.6.6 -* cPython 2.6.7 * cPython 2.7 -* cPython 2.7.1 -* cPython 2.7.2 +* cPython 3.1 +* cPython 3.2 * PyPy-c 1.4 * PyPy-c 1.5 +* PyPy-c 1.6 +* PyPy-c 1.7 Support for Python 3.x is coming *very* soon.