Drop 3.3 from support (#930)

* Remove 3.3 from testsuite and setup.py

* add changelog to the docs

[CI skip]
This commit is contained in:
Eldinnie 2017-12-08 22:38:23 +01:00 committed by GitHub
parent 2719c54899
commit 1e22d570a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

View file

@ -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"

View file

@ -12,6 +12,10 @@ objects in the package reflect the types as defined by the `telegram bot api <ht
.. toctree::
telegram
Changelog
---------
.. include:: ..\\..\\CHANGES.rst
Indices and tables
==================

View file

@ -53,7 +53,6 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd:
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'