Skip to content

Commit 57caa68

Browse files
twangboyMegan Wilhite
authored and
Megan Wilhite
committed
Update Python to 3.9.17
1 parent 5ea80bb commit 57caa68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/osx/build_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export MACOSX_DEPLOYMENT_TARGET
5959

6060
# Versions we're going to install
6161
PY_VERSION=3.9
62-
PY_DOT_VERSION=3.9.16
62+
PY_DOT_VERSION=3.9.17
6363
ZMQ_VERSION=4.3.4
6464
LIBSODIUM_VERSION=1.0.18
6565

pkg/osx/package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ echo "**** Setting Variables"
9494
SRCDIR=`git rev-parse --show-toplevel`
9595
PKGRESOURCES=$SRCDIR/pkg/osx
9696
PY_VERSION=3.9
97-
PY_DOT_VERSION=3.9.16
97+
PY_DOT_VERSION=3.9.17
9898

9999
################################################################################
100100
# Make sure this is the Salt Repository

pkg/osx/sign_binaries.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ quit_on_error() {
6868
echo "**** Setting Variables"
6969
INSTALL_DIR=/opt/salt
7070
PY_VERSION=3.9
71-
PY_DOT_VERSION=3.9.16
71+
PY_DOT_VERSION=3.9.17
7272
CMD_OUTPUT=$(mktemp -t cmd.log)
7373
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
7474

0 commit comments

Comments
 (0)