From 4a51f803dcf7e068c9a1dd805569e4bc5a609208 Mon Sep 17 00:00:00 2001 From: poolitzer <25934244+Poolitzer@users.noreply.github.com> Date: Sun, 26 Jan 2020 13:30:02 -0800 Subject: [PATCH] dropping 2.7, 3.3, 3.4 support from setup.py and README.rst --- README.rst | 2 +- setup.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4c7e5a57015..918601beff9 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 2.7, 3.3+ and `PyPy `_. +It's compatible with Python versions 3.5+ and `PyPy `_. 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 diff --git a/setup.py b/setup.py index 2c99bbe98d6..0381bf4ef26 100644 --- a/setup.py +++ b/setup.py @@ -50,10 +50,7 @@ def requirements(): 'Topic :: Communications :: Chat', 'Topic :: Internet', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7'