Skip to content

Commit b93fef3

Browse files
test
1 parent 8cfd9ae commit b93fef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
# You can use PyPy versions in python-version.
331331
# For example, pypy2 and pypy3
332332
matrix:
333-
python-version: ['python3.12', 'python3.13', 'python3.14', 'pypy3.11']
333+
python-version: ['python3.8', 'python3.7', 'python3.12', 'python3.13', 'python3.14', 'pypy3.11']
334334
raylib-platform: ['Desktop', 'SDL', 'DRM']
335335
steps:
336336
- name: fix node
@@ -393,9 +393,9 @@ jobs:
393393
shell: bash
394394
- name: Test
395395
run: |
396-
${{ matrix.python-version }} -m pip install --no-deps wheelhouse/*-py3-none-linux_x86_64.whl
396+
${{ matrix.python-version }} -m pip install --no-deps wheelhouse/*-py3-none-linux_i386.whl
397397
# Clean up test wheels
398-
rm -f wheelhouse/*-py3-none-linux_x86_64.whl
398+
rm -f wheelhouse/*-py3-none-linux_i386.whl
399399
cd /
400400
${{ matrix.python-version }} -c 'import pyray; pyray.init_window(100,100,"test")' >/tmp/output 2>&1 || true
401401
cat /tmp/output

0 commit comments

Comments
 (0)