Required Host Build config setting

In the settings you can set the required host build to a specific build. That generates in the pyRevit_config.ini
requiredhostbuild = “20211018_1515(x64)”
How can I use multiple hostbuild numbers? For example a build number for Revit 2021, Revit 2022 and Revit 2023?

Should be then something like this, but it seems that it is not supported:

requiredhostbuild = [“20211018_1515(x64)”,“20190808_0900(x64)”]

Never went this deep, but I am guessing it is happening here pyRevit/dev/pyRevitLabs/pyRevitLabs.PyRevit/PyRevitConfigs.cs at 4b84aa1bf6608d9a5f6c023d4446006a7a5dbcfd · eirannejad/pyRevit · GitHub
It takes a single built version as an argument