This commit is contained in:
Richard Smith 2024-10-16 14:22:45 +01:00
parent be6cf57d85
commit 5dafa4e99a
2 changed files with 5 additions and 1 deletions

View file

@ -17,6 +17,8 @@ jobs:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]
raylib-platform: ['Desktop', 'SDL']
env:
MACOSX_DEPLOYMENT_TARGET: '10.13'
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

View file

@ -50,7 +50,9 @@ Use an [official Windows Python release](https://www.python.org/downloads/window
## MacOS
Binaries require arm64 MacOS 13 or x64 MacOS 12 or newer.
Binaries require:
* arm64 MacOS 14
* x64 MacOS 12, or newer.
Older MacOS requires building from source but this is usually simple: