faq: add informations about the exact python version supported

This commit is contained in:
Mathieu Virbel 2014-09-03 08:29:57 +02:00
parent 1525efddcf
commit 2e4aca756d
1 changed files with 2 additions and 2 deletions

View File

@ -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?