Skip to content

Commit 1e22d57

Browse files
authored
Drop 3.3 from support (python-telegram-bot#930)
* Remove 3.3 from testsuite and setup.py * add changelog to the docs [CI skip]
1 parent 2719c54 commit 1e22d57

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
- "3.6"

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ environment:
77
# isn't covered by this document) at the time of writing.
88

99
- PYTHON: "C:\\Python27"
10-
- PYTHON: "C:\\Python33"
1110
- PYTHON: "C:\\Python34"
1211
- PYTHON: "C:\\Python35"
1312
- PYTHON: "C:\\Python36"

docs/source/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ objects in the package reflect the types as defined by the `telegram bot api <ht
1212
.. toctree::
1313
telegram
1414

15+
Changelog
16+
---------
17+
18+
.. include:: ..\\..\\CHANGES.rst
1519

1620
Indices and tables
1721
==================

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def requirements():
5353
'Programming Language :: Python :: 2',
5454
'Programming Language :: Python :: 2.7',
5555
'Programming Language :: Python :: 3',
56-
'Programming Language :: Python :: 3.3',
5756
'Programming Language :: Python :: 3.4',
5857
'Programming Language :: Python :: 3.5',
5958
'Programming Language :: Python :: 3.6'

0 commit comments

Comments
 (0)