check on version

This commit is contained in:
Jelle Spijker 2023-01-07 14:19:39 +01:00 committed by GitHub
parent 38b4d8f2c4
commit 2f5053da6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ jobs:
version = tools.Version(tag)
except ConanException:
continue
if version > latest_branch_version and latest_branch_version < tools.Version("10.0.0"):
if version > latest_branch_version and version < tools.Version("10.0.0"):
# FIXME: stupid old Cura tags 13.04 etc. keep popping up
latest_branch_version = version
latest_branch_tag = repo.tag(tag)