cffi 1.17.1

This commit is contained in:
Richard Smith 2024-09-05 10:00:34 +01:00
parent df2bbccb1f
commit 05955b5ef1
3 changed files with 7 additions and 7 deletions

View file

@ -51,7 +51,7 @@ jobs:
- name: Build raylib-python-cffi
run: |
python -m pip install --upgrade pip
pip3 install "cffi>=1.17.0rc1"
pip3 install "cffi>=1.17.1"
pip3 install wheel
pip3 install setuptools
python setup.py bdist_wheel --plat-name macosx_10_15_x86_64
@ -201,7 +201,7 @@ jobs:
- name: Build raylib-python-cffi
run: |
python -m pip install --upgrade pip
pip3 install "cffi>=1.17.0rc1"
pip3 install "cffi>=1.17.1"
pip3 install wheel
pip3 install setuptools
python setup.py bdist_wheel --plat-name manylinux2014_x86_64
@ -283,7 +283,7 @@ jobs:
- name: Build raylib-python-cffi
run: |
python -m pip install --upgrade pip
pip3 install "cffi>=1.17.0rc1"
pip3 install "cffi>=1.17.1"
pip3 install wheel
pip3 install setuptools
del raylib\dynamic\*.so* >nul 2>&1
@ -335,7 +335,7 @@ jobs:
- name: Build raylib-python-cffi
run: |
python -m pip install --upgrade pip
pip3 install "cffi>=1.17.0rc1"
pip3 install "cffi>=1.17.1"
pip3 install wheel
pip3 install setuptools
python setup.py sdist
@ -366,7 +366,7 @@ jobs:
- name: Build raylib-python-cffi-dynamic
run: |
python -m pip install --upgrade pip
pip3 install "cffi>=1.17.0rc1"
pip3 install "cffi>=1.17.1"
pip3 install wheel
pip3 install setuptools
cd dynamic

View file

@ -40,7 +40,7 @@ setup(
],
packages=["raylib", "pyray"],
include_package_data=True,
install_requires=["cffi>=1.17.0rc1"],
install_requires=["cffi>=1.17.1"],
distclass=BinaryDistribution,
cffi_modules=["raylib/build.py:ffibuilder"]
)

View file

@ -1 +1 @@
__version__ = "5.0.0.4.dev0"
__version__ = "5.0.0.4.dev1"