OCIO 2.3, usd 24.08, Python 3.1x bindings

What is the suggested OCIO for usd 24.08?

From the repo it seems 2.1.3.

With 2.3.0 I am getting this error (on Linux). The result is that all the colors are borked on a weird per face pattern:

ERROR: Usdview encountered an error while rendering.
        Error in 'pxr_v2408__pxrReserved__::HdxColorCorrectionTask::_CreateOpenColorIOShaderCode' at line 562 in file /pxr/imaging/hdx/colorCorrectionTask.cpp : 'Failed verification: ' !texInfo.texName.empty() && !texInfo.samplerName.empty()

I have logged this on GitHub but looks like it will be resolved in the far future.

The main problem of using OCIO 2.1.3 it that it can’t be compiled with Python3 3.1X for the PyOpenColorIO bindings…

This is super annoying, I think pixar is still using py39.

So am I right thinking that if I want Python+OCIO+USD24.08 I am forced to stay in py39 and ocio 2.3.1 ladia?

P