We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767e2c4 commit 4e6706aCopy full SHA for 4e6706a
ci/scripts/install_python.sh
@@ -48,7 +48,11 @@ full_version=${versions[$2]}
48
if [ "$platform" = "macOS" ]; then
49
echo "Downloading Python installer..."
50
51
- fname="python-${full_version}-macos11.pkg"
+ if [ "$version" = "3.14" ];
52
+ then
53
+ fname="python-${full_version}rc3-macos11.pkg"
54
+ else
55
+ fname="python-${full_version}-macos11.pkg"
56
wget "https://www.python.org/ftp/python/${full_version}/${fname}"
57
58
echo "Installing Python..."
0 commit comments