From 2e4aca756d45ebf144b2783769fb1b0de3ed5a09 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 3 Sep 2014 08:29:57 +0200 Subject: [PATCH] faq: add informations about the exact python version supported --- doc/sources/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sources/faq.rst b/doc/sources/faq.rst index a27fe49e2..5e9620987 100644 --- a/doc/sources/faq.rst +++ b/doc/sources/faq.rst @@ -217,8 +217,8 @@ clever optimizations to make your application run smoothly. Does Kivy support Python 3.x? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Yes! As of version 1.8.0 Kivy supports both Python 2 and Python 3 with -the same codebase. +Yes! As of version 1.8.0 Kivy supports both Python >= 2.7 and Python >= 3.3 +with the same codebase. How is Kivy related to PyMT?