File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 33
33
"Operating System :: Microsoft :: Windows" ,
34
34
"Operating System :: POSIX" ,
35
35
"Programming Language :: Python" ,
36
+ "Programming Language :: Python :: 2" ,
37
+ "Programming Language :: Python :: 2.7" ,
38
+ "Programming Language :: Python :: 3" ,
39
+ "Programming Language :: Python :: 3.3" ,
40
+ "Programming Language :: Python :: 3.4" ,
41
+ "Programming Language :: Python :: 3.5" ,
42
+ "Programming Language :: Python :: 3.6" ,
43
+ "Programming Language :: Python :: Implementation :: CPython" ,
44
+ "Programming Language :: Python :: Implementation :: PyPy" ,
36
45
"Topic :: Software Development" ,
37
46
],
38
47
)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def test_types_hashes(self):
25
25
26
26
"""
27
27
28
- if sys .version_info [:2 ] < = (2 , 7 ):
28
+ if sys .version_info [:2 ] = = (2 , 7 ):
29
29
# _create_type_t_mockup calls inspect.signature, which does not
30
30
# exist for legacy Python
31
31
return
You can’t perform that action at this time.
0 commit comments