Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit a23870b

Browse files
authored
DEPS: Bump Cython (#181)
1 parent c57fcf1 commit a23870b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- PLAT=aarch64
1414
- NP_BUILD_DEP="numpy==1.17.3"
1515
- NP_TEST_DEP="numpy==1.17.3"
16-
- CYTHON_BUILD_DEP="cython==0.29.24"
16+
- CYTHON_BUILD_DEP="cython==0.29.30"
1717
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
1818
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
1919
- TEST_DIR="tmp_for_test"
@@ -37,7 +37,6 @@ jobs:
3737
- MB_PYTHON_VERSION="3.10"
3838
- NP_BUILD_DEP="numpy==1.21.2"
3939
- NP_TEST_DEP="numpy==1.21.2"
40-
- CYTHON_BUILD_DEP="cython==0.29.24"
4140
# Xenial is EOL and the pip there doesn't support python 3.10
4241
- DOCKER_TEST_IMAGE="multibuild/focal_arm64v8"
4342
before_install:

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
BUILD_COMMIT: "v1.4.2"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.17.3"
15-
CYTHON_BUILD_DEP: "cython==0.29.24"
15+
CYTHON_BUILD_DEP: "cython==0.29.30"
1616
NIGHTLY_BUILD_COMMIT: "main"
1717
NIGHTLY_BUILD: "false"
1818
TEST_DEPENDS: "pytest pytest-xdist hypothesis"

azure/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
variables:
1111
BUILD_COMMIT: "v1.4.2"
1212
NP_BUILD_DEP: "1.17.3"
13-
CYTHON_BUILD_DEP: "0.29.24"
13+
CYTHON_BUILD_DEP: "0.29.30"
1414
NIGHTLY_BUILD_COMMIT: "main"
1515
NIGHTLY_BUILD: "false"
1616
PYTHON_ARCH: "x64"

0 commit comments

Comments
 (0)