mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-24 08:06:26 +01:00
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:
parent
2719c54899
commit
1e22d570a3
4 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
==================
|
||||
|
|
1
setup.py
1
setup.py
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue