You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> from conan.tools.scm import Version
>>> Version("13.0")
13.0
>>> v = Version("13.0")
>>> v >= 13
True
>>> v > 13
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/Cellar/python@3.9/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/functools.py", line 94, in _gt_from_lt
return not op_result and self != other
File "/Users/franchuti/develop/conan/conan/tools/scm/__init__.py", line 172, in __eq__
(other._nonzero_items, other._pre, other._build)
AttributeError: 'int' object has no attribute '_nonzero_items'
The text was updated successfully, but these errors were encountered:
Environment details
Steps to reproduce
No response
Logs
The text was updated successfully, but these errors were encountered: