File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 30
30
import textwrap
31
31
32
32
33
- if sys .version_info [:2 ] < (2 , 6 ) or (3 , 0 ) <= sys .version_info [0 :2 ] < (3 , 2 ):
34
- raise RuntimeError ("Python version 2.6, 2. 7 or >= 3.2 required." )
33
+ if sys .version_info [:2 ] < (2 , 7 ) or (3 , 0 ) <= sys .version_info [0 :2 ] < (3 , 4 ):
34
+ raise RuntimeError ("Python version 2.7 or >= 3.4 required." )
35
35
36
36
if sys .version_info [0 ] >= 3 :
37
37
import builtins
47
47
Programming Language :: C
48
48
Programming Language :: Python
49
49
Programming Language :: Python :: 2
50
- Programming Language :: Python :: 2.6
51
50
Programming Language :: Python :: 2.7
52
51
Programming Language :: Python :: 3
53
- Programming Language :: Python :: 3.2
54
- Programming Language :: Python :: 3.3
55
52
Programming Language :: Python :: 3.4
56
53
Programming Language :: Python :: 3.5
57
54
Programming Language :: Python :: Implementation :: CPython
You can’t perform that action at this time.
0 commit comments