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