Check that a versions major and minor part are integers
Non-integers in these positions would lead to issues when comparing versions, e.g. `self.version[:2] > (1, 27)`.
Loading
Please register or sign in to comment
Non-integers in these positions would lead to issues when comparing versions, e.g. `self.version[:2] > (1, 27)`.