

In this case you can run python3 on your terminal to check the exact version installed, and if it’s recent enough you might be already set up. If you install Xcode, the Apple Development IDE, it installs Python 3 in /usr/bin/python3. Python 3.8 & 3.9, haven't tested other Python versions. macOS installs Python 2 (outdated) by default, for compatibility reasons, making it available as /usr/bin/python. Which version of the action are you using?

When I checked the tkinter version of the macOS runner, it turns out the Tkinter version was 8.5, as opposed to the latest version, 8.6. Set TK_SILENCE_DEPRECATION=1 to suppress this warning." was shown. Windows Search will also show the Python version running, just type ‘Python’ in the search bar. If Python is installed, you can use Windows Powershell to find the version. I just upgraded but, really wish I had not as I have no means to return to El Capitan for gone are the days when we could all rule our own machines, and enjoy doing scripting progrms for our own entertainment such as Hypercard.

However, when executing the app that was built for macOS, a deprecated warning that says: "DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. This will report back the version, such as Python 3.7.9. Question: Q: Python on Mac OS sierra I wondered if Apple will make Python readily available for Sierra. Hey there, I'm using Github's Action feature to automatically build and create a release of my cross-platform (macOS & windows) Python tkinter project, using pyinstaller.
