File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -158,12 +158,12 @@ clever optimizations to make your application run smoothly.
158
158
Does Kivy support Python 3.x?
159
159
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160
160
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.
163
164
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.
167
167
168
168
169
169
I've already started with Python 3.x! Is there anything I can do?
You can’t perform that action at this time.
0 commit comments