Extending Blueprint Interface

Is there a possibility to extend (not Implement!) a Blueprint Interface?

I have an Item_Interface and I’d like to create an Interface “WeaponItem_Interface” which extends this interface.
UE won’t give me an option to reparent an Interface:

606c367357284985039b37fbad39bd5d9c4d3a20.jpeg

Using “Create Child using this Blueprint” in the context menu will create a “normal” blueprint implementing the Item_Interface, which I do not want!