Skip to content

Commit d17d3ab

Browse files
try
1 parent b0da316 commit d17d3ab

File tree

4 files changed

+173
-98
lines changed

4 files changed

+173
-98
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macos-12
1616
strategy:
1717
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' ]
1919
raylib-platform: ['Desktop', 'SDL']
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -185,8 +185,8 @@ jobs:
185185
# You can use PyPy versions in python-version.
186186
# For example, pypy2 and pypy3
187187
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']
190190
steps:
191191
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
192192
- uses: actions/checkout@v2
@@ -269,7 +269,7 @@ jobs:
269269
# You can use PyPy versions in python-version.
270270
# For example, pypy2 and pypy3
271271
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' ]
273273
raylib-platform: ['Desktop', 'SDL']
274274
steps:
275275
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)