File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
3
- " 2.7"
4
- - " 3.3"
5
4
- " 3.4"
6
5
- " 3.5"
7
6
- " 3.6"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ environment:
7
7
# isn't covered by this document) at the time of writing.
8
8
9
9
- PYTHON : " C:\\ Python27"
10
- - PYTHON : " C:\\ Python33"
11
10
- PYTHON : " C:\\ Python34"
12
11
- PYTHON : " C:\\ Python35"
13
12
- PYTHON : " C:\\ Python36"
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ objects in the package reflect the types as defined by the `telegram bot api <ht
12
12
.. toctree ::
13
13
telegram
14
14
15
+ Changelog
16
+ ---------
17
+
18
+ .. include :: ..\\..\\CHANGES.rst
15
19
16
20
Indices and tables
17
21
==================
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ def requirements():
53
53
'Programming Language :: Python :: 2' ,
54
54
'Programming Language :: Python :: 2.7' ,
55
55
'Programming Language :: Python :: 3' ,
56
- 'Programming Language :: Python :: 3.3' ,
57
56
'Programming Language :: Python :: 3.4' ,
58
57
'Programming Language :: Python :: 3.5' ,
59
58
'Programming Language :: Python :: 3.6'
You can’t perform that action at this time.
0 commit comments