|
15 | 15 | runs-on: macos-15-intel |
16 | 16 | strategy: |
17 | 17 | matrix: |
18 | | - python-version: [ '3.12', '3.13', '3.14', 'pypy-3.11' ] |
| 18 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11', 'pypy-3.10' ] |
19 | 19 | raylib-platform: ['Desktop', 'SDL'] |
20 | 20 | env: |
21 | 21 | MACOSX_DEPLOYMENT_TARGET: '10.13' |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | runs-on: macos-13 |
122 | 122 | strategy: |
123 | 123 | matrix: |
124 | | - python-version: [ '3.12', '3.13', '3.14'] |
| 124 | + python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14'] |
125 | 125 | raylib-platform: ['Desktop', 'SDL'] |
126 | 126 | env: |
127 | 127 | MACOSX_DEPLOYMENT_TARGET: '11' |
@@ -236,7 +236,7 @@ jobs: |
236 | 236 | # You can use PyPy versions in python-version. |
237 | 237 | # For example, pypy2 and pypy3 |
238 | 238 | matrix: |
239 | | - python-version: ['python3.12', 'python3.13', 'python3.14', 'pypy3.11'] |
| 239 | + python-version: ['python3.7', 'python3.8', 'python3.9', 'python3.10', 'python3.11', 'python3.12', 'python3.13', 'python3.14', 'pypy3.11'] |
240 | 240 | raylib-platform: ['Desktop', 'SDL', 'DRM'] |
241 | 241 | steps: |
242 | 242 | - name: fix node |
@@ -330,7 +330,7 @@ jobs: |
330 | 330 | # You can use PyPy versions in python-version. |
331 | 331 | # For example, pypy2 and pypy3 |
332 | 332 | matrix: |
333 | | - python-version: ['python3.8', 'python3.7', 'python3.12', 'python3.13', 'python3.14', 'pypy3.11'] |
| 333 | + python-version: ['python3.7', 'python3.8', 'python3.9', 'python3.10', 'python3.11', 'python3.12', 'python3.13', 'python3.14'] |
334 | 334 | raylib-platform: ['Desktop', 'SDL', 'DRM'] |
335 | 335 | steps: |
336 | 336 | - name: fix node |
@@ -421,7 +421,7 @@ jobs: |
421 | 421 | # You can use PyPy versions in python-version. |
422 | 422 | # For example, pypy2 and pypy3 |
423 | 423 | matrix: |
424 | | - python-version: [ '3.12', '3.13', '3.14', 'pypy-3.11' ] |
| 424 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11', 'pypy-3.10' ] |
425 | 425 | raylib-platform: ['Desktop', 'SDL'] |
426 | 426 | steps: |
427 | 427 | - uses: actions/checkout@v4 |
@@ -513,7 +513,7 @@ jobs: |
513 | 513 | # You can use PyPy versions in python-version. |
514 | 514 | # For example, pypy2 and pypy3 |
515 | 515 | matrix: |
516 | | - python-version: [ '3.8' ] |
| 516 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11', 'pypy-3.10' ] |
517 | 517 | raylib-platform: [ 'Desktop', 'SDL' ] |
518 | 518 | steps: |
519 | 519 | - uses: actions/checkout@v4 |
@@ -668,7 +668,7 @@ jobs: |
668 | 668 | uses: actions/setup-python@v5 |
669 | 669 | with: |
670 | 670 | # Version range or exact version of a Python version to use, using SemVer's version range syntax. |
671 | | - python-version: '3.8' |
| 671 | + python-version: '3.7' |
672 | 672 | # The target architecture (x86, x64) of the Python interpreter. |
673 | 673 | architecture: x64 |
674 | 674 |
|
|
0 commit comments