Skip to content

Commit

Permalink
Update Python to 3.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy authored and Megan Wilhite committed Aug 1, 2023
1 parent 5ea80bb commit 57caa68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/osx/build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export MACOSX_DEPLOYMENT_TARGET

# Versions we're going to install
PY_VERSION=3.9
PY_DOT_VERSION=3.9.16
PY_DOT_VERSION=3.9.17
ZMQ_VERSION=4.3.4
LIBSODIUM_VERSION=1.0.18

Expand Down
2 changes: 1 addition & 1 deletion pkg/osx/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ echo "**** Setting Variables"
SRCDIR=`git rev-parse --show-toplevel`
PKGRESOURCES=$SRCDIR/pkg/osx
PY_VERSION=3.9
PY_DOT_VERSION=3.9.16
PY_DOT_VERSION=3.9.17

################################################################################
# Make sure this is the Salt Repository
Expand Down
2 changes: 1 addition & 1 deletion pkg/osx/sign_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ quit_on_error() {
echo "**** Setting Variables"
INSTALL_DIR=/opt/salt
PY_VERSION=3.9
PY_DOT_VERSION=3.9.16
PY_DOT_VERSION=3.9.17
CMD_OUTPUT=$(mktemp -t cmd.log)
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)

Expand Down

0 comments on commit 57caa68

Please sign in to comment.