Python < restriction of limited api extension

I asked here about the issue here

I looked at the sources of 3.12.9 and 3.13.2 and see that PY_SSIZE_T_CLEAN seems to have no usage at all in the 3.13 code. So there’s no obvious way to allow PyArg_ParseTuple to work across the 3.12 - 3.13 boundary if compiled in 3.13. If I compile in <3.13 I see other errors related to refcounts etc in 3.13/3.14.