Skip to content

Commit

Permalink
chore: bump python pysintaller versions (#7457)
Browse files Browse the repository at this point in the history
  • Loading branch information
jysheng123 authored Sep 9, 2024
1 parent 57715c1 commit e3acc7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$python_library_zip_filename" = "" ]; then
fi

if [ "$python_version" = "" ]; then
python_version="3.11.8";
python_version="3.11.10";
fi

if [ "$openssl_version" = "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ "$openssl_version" = "" ]; then
fi

if [ "$python_version" = "" ]; then
python_version="3.8.13";
python_version="3.8.20";
fi

if ! [ "$build_binary_name" = "" ]; then
Expand Down

0 comments on commit e3acc7d

Please sign in to comment.