This happened to me with pytest-asyncio, data-requires-python contains ">= 3.5", but Version::matches() is using the == operator because the regular expression fails to get the operator.
Created attachment 438806 [details] Patch
I'm going to cq+ this, I'm concerned we're going to have bots start to hit it
Committed r282813 (241944@main): <https://commits.webkit.org/241944@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438806 [details].
<rdar://problem/83351855>