Skip to content

Commit 8d48086

Browse files
committed
update macos install script to Python 3.14.2
1 parent e5ee626 commit 8d48086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pygpsclient_macos_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -e
1818

1919
echo "PyGPSClient will be installed at $HOME/pygpsclient/bin"
20-
VER=3.13.7
20+
VER=3.14.2
2121
echo "Installing Python $VER from python.org ..."
2222
curl https://www.python.org/ftp/python/$VER/python-$VER-macos11.pkg --output python-$VER-macos11.pkg
2323
sudo installer -pkg python-$VER-macos11.pkg -target /

0 commit comments

Comments
 (0)