seems like this should work: ``` def should_build...
# development
r
seems like this should work:
Copy code
def should_build(self, python, platform):
    return python.matches(self._version_requirement) and …platform check here...