X Tutup
Skip to content

Commit f020ab8

Browse files
committed
Update README.rst
1 parent acc939b commit f020ab8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Table of contents
3232
_`Introduction`
3333
===============
3434

35-
This library provides a pure Python interface for the `Telegram Bot API <https://core.telegram.org/bots/api>`_. It works with Python versions from 2.6+. Python 3 support is under development. It also works with `Google App Engine <https://cloud.google.com/appengine>`_ (billing has to be enabled for fully Socket API support).
35+
This library provides a pure Python interface for the `Telegram Bot API <https://core.telegram.org/bots/api>`_. It works with Python versions from 2.6+. It also works with `Google App Engine <https://cloud.google.com/appengine>`_ (billing has to be enabled for fully Socket API support).
3636

3737
=========
3838
_`Status`
@@ -56,6 +56,16 @@ getUserProfilePhotos Yes
5656
setWebhook Yes
5757
========================= ============
5858

59+
60+
============== ============
61+
Python Version *Supported?*
62+
============== ============
63+
2.6 Yes
64+
2.7 Yes
65+
3.3 Yes
66+
3.4 Yes
67+
============== ============
68+
5969
=============
6070
_`Installing`
6171
=============

0 commit comments

Comments
 (0)
X Tutup