File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
3- - " 2.6"
43 - " 2.7"
54 - " 3.3"
65 - " 3.4"
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 1.0.3 - Fixes
6+ =============
7+ * IMPORTANT: This release drops support for python 2.6, which is officially deprecated by the python maintainers.
8+
591.0.2 - Fixes
610=============
711
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ def _stamp_version(filename):
110110 "Operating System :: MacOS :: MacOS X" ,
111111 "Programming Language :: Python" ,
112112 "Programming Language :: Python :: 2" ,
113- "Programming Language :: Python :: 2.6" ,
114113 "Programming Language :: Python :: 2.7" ,
115114 "Programming Language :: Python :: 3" ,
116115 "Programming Language :: Python :: 3.3" ,
You can’t perform that action at this time.
0 commit comments