Python 3.6

The “regular” install installed:


$ python3 --version

Python 3.6.15

Some software that I use was recently updated and got the following message:

Deprecation Warning: Support for Python version 3.6 has been deprecated. You will receive only one more
update on this version! Please update to Python 3.7 or above.

Can I just install python3.9? or do I need to remove python3.6?

Thanks