@@ -79,16 +79,10 @@ def run(self):
79
79
'Intended Audience :: System Administrators' ,
80
80
'Intended Audience :: Science/Research' ,
81
81
'License :: OSI Approved :: BSD License' ,
82
- 'Operating System :: MacOS' ,
83
- 'Operating System :: Microsoft :: Windows' ,
84
- 'Operating System :: POSIX :: Linux' ,
82
+ 'Operating System :: Independent' ,
85
83
'Programming Language :: Python' ,
86
- 'Programming Language :: Python :: 2.7 ' ,
84
+ 'Programming Language :: Python :: 2' ,
87
85
'Programming Language :: Python :: 3' ,
88
- 'Programming Language :: Python :: 3.3' ,
89
- 'Programming Language :: Python :: 3.4' ,
90
- 'Programming Language :: Python :: 3.5' ,
91
- 'Programming Language :: Python :: 3.6' ,
92
86
],
93
87
install_requires = [
94
88
'traitlets' ,
@@ -98,7 +92,7 @@ def run(self):
98
92
'entrypoints' ,
99
93
'tornado>=4.1' ,
100
94
],
101
- python_requires = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4 ' ,
95
+ python_requires = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, >=3.3 ' ,
102
96
extras_require = {
103
97
'test' : ['ipykernel' , 'ipython' , 'mock' ],
104
98
'test:python_version == "3.3"' : ['pytest<3.3.0' ],
0 commit comments