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 e5f2f85 commit 0597f57Copy full SHA for 0597f57
.github/workflows/build.yml
@@ -352,7 +352,7 @@ jobs:
352
- name: Install Python
353
# We need the official Python, because the GA ones only support newer macOS versions
354
env:
355
- PYTHON_VERSION: 3.10.5
+ PYTHON_VERSION: 3.12.10
356
MACOSX_DEPLOYMENT_TARGET: 10.9 # Used up by the Python build tools
357
run: |
358
# Hack to get the latest patch version. Uncomment if needed
0 commit comments