|
15 | 15 | runs-on: macos-12 |
16 | 16 | strategy: |
17 | 17 | matrix: |
18 | | - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', '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' ] |
19 | 19 | raylib-platform: ['Desktop', 'SDL'] |
20 | 20 | steps: |
21 | 21 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it |
@@ -185,8 +185,8 @@ jobs: |
185 | 185 | # You can use PyPy versions in python-version. |
186 | 186 | # For example, pypy2 and pypy3 |
187 | 187 | matrix: |
188 | | - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ] |
189 | | - raylib-platform: ['Desktop', 'SDL'] |
| 188 | + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] |
| 189 | + raylib-platform: ['Desktop', 'SDL', 'DRM'] |
190 | 190 | steps: |
191 | 191 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it |
192 | 192 | - uses: actions/checkout@v2 |
@@ -269,7 +269,7 @@ jobs: |
269 | 269 | # You can use PyPy versions in python-version. |
270 | 270 | # For example, pypy2 and pypy3 |
271 | 271 | matrix: |
272 | | - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ] |
| 272 | + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] |
273 | 273 | raylib-platform: ['Desktop', 'SDL'] |
274 | 274 | steps: |
275 | 275 | - uses: actions/checkout@v2 |
|
0 commit comments