Skip to content

Commit b5ba98a

Browse files
committed
Merge pull request kivy#3907 from inclement/py3_doc_fixes
Updated python3 faq
2 parents 5444495 + a9fbd69 commit b5ba98a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/sources/faq.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ clever optimizations to make your application run smoothly.
158158
Does Kivy support Python 3.x?
159159
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160160

161-
Yes! As of version 1.8.0 Kivy supports both Python >= 2.7 and Python >= 3.3
162-
with the same codebase.
161+
Yes! As of version 1.8.0 Kivy supports both Python >= 2.7 and Python
162+
>= 3.3 with the same codebase. Python 3 is also now supported by
163+
python-for-android.
163164

164-
However, be aware that while Kivy will run in Python 3.3+, packaging support
165-
is not yet complete. If you plan to create mobile apps for Android or iOS,
166-
you should use Python 2.7 for now.
165+
However, be aware that while Kivy will run in Python 3.3+, our iOS
166+
build tools still require Python 2.7.
167167

168168

169169
I've already started with Python 3.x! Is there anything I can do?

0 commit comments

Comments
 (0)