Struggling with the questions: "When do I dare to recommend an update to a newer Python version?"
The answer to that depends on not just the most common libs having wheels supported but actually having the wheels built for different OSs and python versions.
When using Python in actual production environments having a reference place like https://caniuse.com was back-in-day for figuring out what features were "safe" to use would be kind of critical.
Have attempted Python 3.10 and 3.9 but so many wheels missing and differences between Window / Linux / macOS that we are basically stuck in 3.7
So the question is could the Python version and OS arguments be added to this site somehow?