File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ jobs:
365
365
docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:22.04 /bin/bash -c "
366
366
apt update &&
367
367
apt install -y git python3 python3-dev python3-pip &&
368
- python3 -m pip install cython==0.29.30 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 'typing_extensions>=4.2.0' &&
368
+ python3 -m pip install cython==0.29.34 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 'typing_extensions>=4.2.0' &&
369
369
ln -s /host/lib64 /lib64 &&
370
370
ln -s /host/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu &&
371
371
ln -s /host/usr/arm-linux-gnueabihf /usr/arm-linux-gnueabihf &&
Original file line number Diff line number Diff line change 1
1
meson-python>=0.10.0
2
- Cython>=0.29.30 ,<3.0
2
+ Cython>=0.29.34 ,<3.0
3
3
wheel==0.38.1
4
4
ninja
5
5
spin==0.3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
9
9
# doesn't list it as a runtime requirement (at least in 0.11.0) - it's
10
10
# likely to be removed as a dependency in meson-python 0.12.0.
11
11
" wheel==0.38.1" ,
12
- " Cython>=0.29.30 ,<3.0" ,
12
+ " Cython>=0.29.34 ,<3.0" ,
13
13
# "meson-python>=0.10.0",
14
14
]
15
15
Original file line number Diff line number Diff line change 1
- cython>=0.29.30 ,<3.0
1
+ cython>=0.29.34 ,<3.0
2
2
wheel==0.38.1
3
3
setuptools==59.2.0
4
4
hypothesis==6.24.1
You can’t perform that action at this time.
0 commit comments