Currently I’m having the ERPNext Verion of ERPNext: v15.36.2 (version-15)
Can I install India Compliance Version Version 15.13.3
Please check and compare the version is compatible or not.
VERSIONS_TO_COMPARE = [
{
"app_name": "Frappe",
"current_version": version.parse(frappe.__version__),
"required_versions": {"version-14": "14.57.0", "version-15": "15.3.0"},
},
{
"app_name": "ERPNext",
"current_version": version.parse(erpnext.__version__),
"required_versions": {"version-14": "14.70.7", "version-15": "15.27.7"},
},
]