Skip to content

Commit 7cb4b89

Browse files
try older cryptography package for linux32 build
1 parent b16b60a commit 7cb4b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ jobs:
441441
${{ matrix.python-version }} -m pip install --upgrade wheel
442442
${{ matrix.python-version }} -m pip install --upgrade setuptools
443443
${{ matrix.python-version }} -m pip install --upgrade build
444+
python3.13 -m pip install cryptography==3.3.2
444445
python3.13 -m pip install twine
445446
setarch i386 ${{ matrix.python-version }} -m build --wheel
446447
python3.13 -m pip install --upgrade auditwheel

0 commit comments

Comments
 (0)