update 3.12.2 of febr, 6-2024 for macOS 10.9 and later
https://www.python.org/ftp/python/3.11.3/python-3.12.2-macos11.pkg
Documentation: https://www.python.org/downloads/release/python-3122/
https://docs.python.org/3.12/
Change log : https://www.python.org/ftp/python/3.12.2/
Update macOS installer to use SQLite 3.45.1.
Update macOS installer to use OpenSSL 3.0.13
Post
Replies
Boosts
Views
Activity
update 3.11.3 of apr, 4 -2023
https://www.python.org/ftp/python/3.11.3/python-3.11.3-macos11.pkg
Documentation: https://docs.python.org/3.11/
Change log : https://docs.python.org/release/3.11.3/whatsnew/changelog.html#macos
for macOS 10.9 and later
update 3.11.1 of dec, 6 -2022
https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg
Python 3.11.0 final
Release date: 2022-10-24
download: https://www.python.org/downloads/release/python-3110/
= (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :)
After install of the .pkg you get an folder Python 3.11 in Applications
Then : launch with Terminal
Install Certificates.command
Update Shell Profile.command
THATS ALL !
changelog: https://docs.python.org/release/3.11.0/whatsnew/changelog.html#macos
The macOS 13 SDK includes support for the mkfifoat and
mknodat system calls. Using the dir_fd option with either
os.mkfifo() or os.mknod() could result in a segfault if
cpython is built with the macOS 13 SDK but run on an earlier version of
macOS. Prevent this by adding runtime support for detection of these
system calls (“weaklinking”) as is done for other newer syscalls on macOS.
general upgrade tutorial: https://www.codegrepper.com/code-examples/shell/pip+install+-%2A-upgrade
Python 3.10.8 final
Release date: 2022-10-04
https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg
= (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :)
Release details:
The macOS 13 SDK includes support for the mkfifoat and
mknodat system calls. Using the dir_fd option with either
os.mkfifo() or os.mknod() could result in a segfault if
cpython is built with the macOS 13 SDK but run on an earlier version of
macOS. Prevent this by adding runtime support for detection of these
system calls (“weaklinking”) as is done for other newer syscalls on macOS.
Python 3.10.7 final
Release date: 2022-09-06
https://www.python.org/ftp/python/3.10.7/python-3.10.7-macos11.pkg
= (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :)
After install of the .pkg you get an folder Python 3.10 in Applications
Then : launch with Terminal
Install Certificates.command
Update Shell Profile.command
THATS ALL !
Python 3.10.6 final
Release date: 2022-08-01
https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg
= (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :)
update 2022-06_06 !
https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg
= (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :)
https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg
= (macOS 64-bit universal2 installer) = Universal is for Apple silicon too ! :)
Latest version available is from Mar. 23, 2022: 3.10.4
https://www.python.org/downloads/macos/
https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg
= (macOS 64-bit universal2 installer)
Latest version available is from Jan. 14, 2022: 3.10.2
https://www.python.org/downloads/macos/
https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg
= (macOS 64-bit universal2 installer)
:)
Version 3.10.0 is the latest and compatible version for macOS Monterey (macOS 10.9 or later)
[NEW] This updated installer provides a hotfix for a problem with the built-in Tk library when running on macOS 12 Monterey. See the ReadMe file for more information.
https://www.python.org/downloads/release/python-3100/
https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg (macOS 64-bit universal2 installer)
:)
Run in folder :Applications/Python 3.10
Install Certificates.command
Update Shell Profile.command
If you get WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m pip install --upgrade pip' command.
type in Terminal :
"python3 -m pip install --upgrade pip"