File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ classifiers =
18
18
Programming Language :: Python
19
19
Programming Language :: Python :: 3
20
20
Programming Language :: Python :: 3 :: Only
21
- Programming Language :: Python :: 3.4
22
21
Programming Language :: Python :: 3.5
23
22
Programming Language :: Python :: 3.6
24
23
Programming Language :: Python :: 3.7
@@ -29,7 +28,7 @@ classifiers =
29
28
30
29
[options]
31
30
use_scm_version = True
32
- python_requires = >=3.4
31
+ python_requires = >=3.5
33
32
packages = find:
34
33
setup_requires =
35
34
setuptools_scm
Original file line number Diff line number Diff line change @@ -186,9 +186,6 @@ def __eq__(self, other):
186
186
return self .path == other
187
187
return False
188
188
189
- def __ne__ (self , other ):
190
- return not self .__eq__ (other )
191
-
192
189
@classmethod
193
190
def get_module_class (cls , host ):
194
191
if host .system_info .type == "linux" :
You can’t perform that action at this time.
0 commit comments