diff --git a/README.rst b/README.rst index 5ed2a4dd7..8911a1e7a 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Table of contents _`Introduction` =============== -This library provides a pure Python interface for the `Telegram Bot API `_. It works with Python versions from 2.6+. Python 3 support is under development. It also works with `Google App Engine `_ (billing has to be enabled for fully Socket API support). +This library provides a pure Python interface for the `Telegram Bot API `_. It works with Python versions from 2.6+. It also works with `Google App Engine `_ (billing has to be enabled for fully Socket API support). ========= _`Status` @@ -56,6 +56,16 @@ getUserProfilePhotos Yes setWebhook Yes ========================= ============ + +============== ============ +Python Version *Supported?* +============== ============ +2.6 Yes +2.7 Yes +3.3 Yes +3.4 Yes +============== ============ + ============= _`Installing` =============