This commit is contained in:
Richard Smith 2024-10-16 02:59:35 +01:00
parent d17d3abb92
commit 3269b0cb9b
3 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: macos-12
strategy:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]
raylib-platform: ['Desktop', 'SDL']
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it