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 11language : python
22python :
33 - " 2.7"
4- - " 3.3"
54 - " 3.4"
65 - " 3.5"
76 - " 3.6"
Original file line number Diff line number Diff 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"
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
1212.. toctree ::
1313 telegram
1414
15+ Changelog
16+ ---------
17+
18+ .. include :: ..\\..\\CHANGES.rst
1519
1620Indices and tables
1721==================
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments