summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-04-25 17:40:15 -0600
committerGitHub <noreply@github.com>2023-04-25 19:40:15 -0400
commitea46011d713e7c539ac2e883eff20501eceb7725 (patch)
treeb62507fd35798e8179f5973d3813c6a5c266135e
parent62ac9c2d474f157bc91f7dc9dee9551380e41bde (diff)
downloadcryptography-ea46011d713e7c539ac2e883eff20501eceb7725.tar.gz
update macos wheel builder to use latest 3.11.x (#8827)
-rw-r--r--.github/workflows/wheel-builder.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index f6040de26..c3e145a99 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -146,7 +146,7 @@ jobs:
- VERSION: '3.11'
ABI_VERSION: 'cp37'
# Despite the name, this is built for the macOS 11 SDK on arm64 and 10.9+ on intel
- DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.2/python-3.11.2-macos11.pkg'
+ DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.3/python-3.11.3-macos11.pkg'
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
DEPLOYMENT_TARGET: '10.12'
# This archflags is default, but let's be explicit
@@ -157,7 +157,7 @@ jobs:
_PYTHON_HOST_PLATFORM: 'macosx-10.9-universal2'
- VERSION: '3.11'
ABI_VERSION: 'cp37'
- DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.2/python-3.11.2-macos11.pkg'
+ DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.3/python-3.11.3-macos11.pkg'
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
DEPLOYMENT_TARGET: '10.12'
# We continue to build a non-universal2 for a bit to see metrics on