Skip to content

Commit 8bedab4

Browse files
lets try ALL the python versions
1 parent ecbb3f9 commit 8bedab4

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
@@ -393,7 +393,7 @@ jobs:
393393
shell: bash
394394
- name: Test
395395
run: |
396-
${{ matrix.python-version }} -m pip install --no-deps wheelhouse/*-py3-none-linux_i386.whl
396+
${{ matrix.python-version }} -m pip install --no-deps wheelhouse/*-py3-none-linux_*.whl
397397
# Clean up test wheels
398398
rm -f wheelhouse/*-py3-none-linux_i386.whl
399399
cd /
@@ -513,7 +513,7 @@ jobs:
513513
# You can use PyPy versions in python-version.
514514
# For example, pypy2 and pypy3
515515
matrix:
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' ]
516+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
517517
raylib-platform: [ 'Desktop', 'SDL' ]
518518
steps:
519519
- uses: actions/checkout@v4
@@ -668,7 +668,7 @@ jobs:
668668
uses: actions/setup-python@v5
669669
with:
670670
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
671-
python-version: '3.7'
671+
python-version: '3.12'
672672
# The target architecture (x86, x64) of the Python interpreter.
673673
architecture: x64
674674

0 commit comments

Comments
 (0)