Hi! Recently, I've seen questions around using incompatible JDK versions and Python versions with Beam on Stackoverflow. For example, this question <https://stackoverflow.com/questions/57017337/what-is-the-latest-version-of-jdk-used-by-apache-beam> about JDK and this question <https://stackoverflow.com/questions/62387489/gcp-dataflow-template-creation-issue-through-python-sdk/> about using Python 3.8.
As we move Beam version forward, is there a public document continuously updated that tells the user of below information, like: Beam version JDK version range Python version range WIP 2.22.0 8 2, 3.5, 3.6, 3.7 BEAM-2530 <https://issues.apache.org/jira/browse/BEAM-2530> ... ... ... ... So that when they set up or maintain their project, they have a clear idea of what works, what will work and what will not work in the future? Thanks! Ning.