Skip to content

Commit 2df3b4c

Browse files
scoderseberg
authored andcommitted
MAINT: Update Cython dependency to 0.29.34 (latest 0.29.x).
1 parent 6aca5f6 commit 2df3b4c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:22.04 /bin/bash -c "
366366
apt update &&
367367
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' &&
369369
ln -s /host/lib64 /lib64 &&
370370
ln -s /host/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu &&
371371
ln -s /host/usr/arm-linux-gnueabihf /usr/arm-linux-gnueabihf &&

build_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
meson-python>=0.10.0
2-
Cython>=0.29.30,<3.0
2+
Cython>=0.29.34,<3.0
33
wheel==0.38.1
44
ninja
55
spin==0.3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
# doesn't list it as a runtime requirement (at least in 0.11.0) - it's
1010
# likely to be removed as a dependency in meson-python 0.12.0.
1111
"wheel==0.38.1",
12-
"Cython>=0.29.30,<3.0",
12+
"Cython>=0.29.34,<3.0",
1313
# "meson-python>=0.10.0",
1414
]
1515

test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython>=0.29.30,<3.0
1+
cython>=0.29.34,<3.0
22
wheel==0.38.1
33
setuptools==59.2.0
44
hypothesis==6.24.1

0 commit comments

Comments
 (0)