Skip to content

Commit

Permalink
chore: ignore v16 compatibility checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed Nov 9, 2023
1 parent fe9bc29 commit 015788d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions india_compliance/patches/check_version_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@


def execute():
if IC_VERSION.major == 16:
return

for app in VERSIONS_TO_COMPARE:
app_name = app["app_name"]
app_version = app["current_version"]
Expand Down

0 comments on commit 015788d

Please sign in to comment.