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 3333 "Operating System :: Microsoft :: Windows" ,
3434 "Operating System :: POSIX" ,
3535 "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" ,
3645 "Topic :: Software Development" ,
3746 ],
3847 )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def test_types_hashes(self):
2525
2626 """
2727
28- if sys .version_info [:2 ] < = (2 , 7 ):
28+ if sys .version_info [:2 ] = = (2 , 7 ):
2929 # _create_type_t_mockup calls inspect.signature, which does not
3030 # exist for legacy Python
3131 return
You can’t perform that action at this time.
0 commit comments