From efdc204be2fa9c38be490ab16a546a9078c1e752 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:39:40 +0100 Subject: [PATCH] Build cython 3.1.3 --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b4b25b7fea4..9a26e698484 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -235,6 +235,7 @@ jobs: - name: Create requirements file for custom build run: | touch requirements_custom.txt + echo -n "cython==3.1.3" >> requirements_custom.txt - name: Modify requirements file for custom build if: contains(fromJSON('["armv7", "armhf"]'), matrix.arch)