File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 2.6"
4
3
- " 2.7"
5
4
- " 3.3"
6
5
- " 3.4"
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
9
1.0.2 - Fixes
6
10
=============
7
11
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ def _stamp_version(filename):
110
110
"Operating System :: MacOS :: MacOS X" ,
111
111
"Programming Language :: Python" ,
112
112
"Programming Language :: Python :: 2" ,
113
- "Programming Language :: Python :: 2.6" ,
114
113
"Programming Language :: Python :: 2.7" ,
115
114
"Programming Language :: Python :: 3" ,
116
115
"Programming Language :: Python :: 3.3" ,
You can’t perform that action at this time.
0 commit comments