We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93fef3 commit 6750855Copy full SHA for 6750855
.github/workflows/build.yml
@@ -365,7 +365,7 @@ jobs:
365
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
366
run: |
367
${{ matrix.python-version }} -m pip install --upgrade pip
368
- ${{ matrix.python-version }} -m pip install --upgrade "cffi>=2.0.0"
+ ${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
369
${{ matrix.python-version }} -m pip install --upgrade wheel
370
${{ matrix.python-version }} -m pip install --upgrade setuptools
371
${{ matrix.python-version }} -m pip install --upgrade build
0 commit comments