From 1e22d570a3452dd64b2aeb516ee51263377dbe1a Mon Sep 17 00:00:00 2001 From: Eldinnie Date: Fri, 8 Dec 2017 22:38:23 +0100 Subject: [PATCH] Drop 3.3 from support (#930) * Remove 3.3 from testsuite and setup.py * add changelog to the docs [CI skip] --- .travis.yml | 1 - appveyor.yml | 1 - docs/source/index.rst | 4 ++++ setup.py | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 894e5c92e..b00b8eaf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/appveyor.yml b/appveyor.yml index 47d1a5741..a20c46800 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,6 @@ environment: # isn't covered by this document) at the time of writing. - PYTHON: "C:\\Python27" - - PYTHON: "C:\\Python33" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python36" diff --git a/docs/source/index.rst b/docs/source/index.rst index 365977f7d..ed0c492a4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,6 +12,10 @@ objects in the package reflect the types as defined by the `telegram bot api