Upgrading python to 3.9

Running a bit of code to pull data directly from my solis inverter’s logger, in python.

It needs python 3.9, Currently my emonhub is running 3.7.3.
Will I break anything if I update it to 3.9.9?

Ah Nevermind, Just found out that you can have multiple versions of python and run them independently, No need to “remove” 3.7. I’ll just run what i need in 3.9 explictly