|
15 | 15 | runs-on: macos-13 |
16 | 16 | strategy: |
17 | 17 | matrix: |
18 | | - python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] |
| 18 | + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ] |
19 | 19 | raylib-platform: ['Desktop', 'SDL'] |
20 | 20 | env: |
21 | 21 | MACOSX_DEPLOYMENT_TARGET: '10.13' |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 | # You can use PyPy versions in python-version. |
188 | 188 | # For example, pypy2 and pypy3 |
189 | 189 | matrix: |
190 | | - python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] |
| 190 | + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ] |
191 | 191 | raylib-platform: ['Desktop', 'SDL', 'DRM'] |
192 | 192 | steps: |
193 | 193 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it |
@@ -271,7 +271,7 @@ jobs: |
271 | 271 | # You can use PyPy versions in python-version. |
272 | 272 | # For example, pypy2 and pypy3 |
273 | 273 | matrix: |
274 | | - python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] |
| 274 | + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ] |
275 | 275 | raylib-platform: ['Desktop', 'SDL'] |
276 | 276 | steps: |
277 | 277 | - uses: actions/checkout@v4 |
|
0 commit comments