Does OpenCV support c++20? Is there somewhere that OpenCV lists their supported/tested compilers?

I’m migrating a project to c++20 and I’m running into an issue with our OpenCV 4.0 dependency. It looks like there’s an issue when compiling OpenCV 4.0 with the c++20 flag. I can’t find any info on if there are any versions of OpenCV that support c++20. Does anyone know? Additionally is there anywhere I could find that information?

Is there a way I can compile my project with the c++20 flag and compile the OpenCV dependency with an older version of c++?