17
17
runs-on : macos-11
18
18
strategy :
19
19
matrix :
20
- python-version : [ '3.7', '3. 8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7 ', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
20
+ python-version : [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-beta - 3.13.0 ', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
21
21
steps :
22
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
23
- uses : actions/checkout@v2
51
51
- name : Build raylib-python-cffi
52
52
run : |
53
53
python -m pip install --upgrade pip
54
- pip3 install cffi
54
+ pip3 install " cffi>=1.17.0rc1"
55
55
pip3 install wheel
56
56
pip3 install setuptools
57
57
python setup.py bdist_wheel --plat-name macosx_10_15_x86_64
@@ -166,7 +166,7 @@ jobs:
166
166
# You can use PyPy versions in python-version.
167
167
# For example, pypy2 and pypy3
168
168
matrix :
169
- python-version : [ '3.7', '3. 8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
169
+ python-version : [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-beta - 3.13.0', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
170
170
steps :
171
171
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
172
172
- uses : actions/checkout@v2
@@ -200,7 +200,7 @@ jobs:
200
200
- name : Build raylib-python-cffi
201
201
run : |
202
202
python -m pip install --upgrade pip
203
- pip3 install cffi
203
+ pip3 install " cffi>=1.17.0rc1"
204
204
pip3 install wheel
205
205
pip3 install setuptools
206
206
python setup.py bdist_wheel --plat-name manylinux2014_x86_64
@@ -250,7 +250,7 @@ jobs:
250
250
# You can use PyPy versions in python-version.
251
251
# For example, pypy2 and pypy3
252
252
matrix :
253
- python-version : [ '3.7', '3. 8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
253
+ python-version : [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-beta - 3.13.0', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
254
254
steps :
255
255
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
256
256
- uses : actions/checkout@v2
@@ -282,7 +282,7 @@ jobs:
282
282
- name : Build raylib-python-cffi
283
283
run : |
284
284
python -m pip install --upgrade pip
285
- pip3 install cffi
285
+ pip3 install " cffi>=1.17.0rc1"
286
286
pip3 install wheel
287
287
pip3 install setuptools
288
288
del raylib\dynamic\*.so* >nul 2>&1
@@ -311,7 +311,7 @@ jobs:
311
311
312
312
with :
313
313
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
314
- python-version : ' 3.10 '
314
+ python-version : ' 3.12 '
315
315
# The target architecture (x86, x64) of the Python interpreter.
316
316
architecture : x64
317
317
@@ -334,7 +334,7 @@ jobs:
334
334
- name : Build raylib-python-cffi
335
335
run : |
336
336
python -m pip install --upgrade pip
337
- pip3 install cffi
337
+ pip3 install " cffi>=1.17.0rc1"
338
338
pip3 install wheel
339
339
pip3 install setuptools
340
340
python setup.py sdist
@@ -358,14 +358,14 @@ jobs:
358
358
359
359
with :
360
360
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
361
- python-version : ' 3.10 '
361
+ python-version : ' 3.12 '
362
362
# The target architecture (x86, x64) of the Python interpreter.
363
363
architecture : x64
364
364
365
365
- name : Build raylib-python-cffi-dynamic
366
366
run : |
367
367
python -m pip install --upgrade pip
368
- pip3 install cffi
368
+ pip3 install " cffi>=1.17.0rc1"
369
369
pip3 install wheel
370
370
pip3 install setuptools
371
371
cd dynamic
0 commit comments