From ed3a9b64e26281d508ad216c6b3ea839a63bb5ce Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Wed, 16 Sep 2020 20:53:19 +0200 Subject: [PATCH] Add Note on PyPy to Readme (#2089) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b1bef16ce..bb7215ebb 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ Introduction This library provides a pure Python interface for the `Telegram Bot API `_. -It's compatible with Python versions 3.5+ and `PyPy `_. +It's compatible with Python versions 3.5+. PTB might also work on `PyPy `_, though there have been a lot of issues before. Hence, PyPy is not officially supported. In addition to the pure API implementation, this library features a number of high-level classes to make the development of bots easy and straightforward. These classes are contained in the