$ python --version
Python 2.8.5
$ xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew doctor
Your system is ready to brew.
$ brew install python3
$ python3 --version
Python 3.12.5
sudo apt update
sudo apt install python3
sudo dnf install python3
python3 --version