From 697c11b9c9ba9225d5983de057e8c5c4a4214233 Mon Sep 17 00:00:00 2001 From: Matthew Einhorn Date: Sun, 22 Jun 2014 17:35:16 -0400 Subject: [PATCH 1/2] Update python version supported by kivy. From 2c9e8ff3cd6d000ebcfe3d1501bc8a3227392982 Mon Sep 17 00:00:00 2001 From: Matthew Einhorn Date: Sun, 22 Jun 2014 17:37:04 -0400 Subject: [PATCH 2/2] Update python version supported by kivy. --- doc/sources/installation/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/sources/installation/installation.rst b/doc/sources/installation/installation.rst index 4325b5f61..fd4cbcaec 100755 --- a/doc/sources/installation/installation.rst +++ b/doc/sources/installation/installation.rst @@ -12,7 +12,8 @@ don't need the corresponding dependency. That said, there is one dependency that Kivy **does** require: `Cython `_. -In addition, you need a `Python `_ 2.x (2.6 <= x < 3.0) +In addition, you need a `Python `_ 2.x (2.7 <= x < 3.0) +or 3.x (3.3 <= x) interpreter. If you want to enable features like windowing (i.e. open a Window), audio/video playback or spelling correction, additional dependencies must be available. For these, we recommend `Pygame `_, `Gst-Python