Build cython 3.1.3

This commit is contained in:
Marc Mueller
2024-11-09 01:39:40 +01:00
parent d802f8c5c9
commit efdc204be2

View File

@@ -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)