diff --git a/CHANGES/985.feature b/CHANGES/985.feature new file mode 100644 index 00000000..d7f8a052 --- /dev/null +++ b/CHANGES/985.feature @@ -0,0 +1 @@ +Add PyPy support and run tests under PyPy diff --git a/README.rst b/README.rst index 58ee0d13..77dc9cc6 100644 --- a/README.rst +++ b/README.rst @@ -61,6 +61,7 @@ Features - Asynchronous (`asyncio docs `_, :pep:`492`) - Has type hints (:pep:`484`) and can be used with `mypy `_ +- Supports `PyPy `_ - Supports `Telegram Bot API 5.3 `_ - Telegram Bot API integration code was `autogenerated `_ and can be easily re-generated when API gets updated - Updates router (Blueprints)