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

Commit 57a1c0e

Browse files
authored
DEPS: Bump Cython (#157)
* Update posix.yml * Update windows.yml * Update .travis.yml
1 parent cd52bb3 commit 57a1c0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
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.21"
16+
- CYTHON_BUILD_DEP="cython==0.29.24"
1717
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
1818
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
1919
- TEST_DIR="tmp_for_test"

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
BUILD_COMMIT: "v1.3.3"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.17.3"
15-
CYTHON_BUILD_DEP: "cython==0.29.21"
15+
CYTHON_BUILD_DEP: "cython==0.29.24"
1616
NIGHTLY_BUILD_COMMIT: "master"
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.3.3"
1212
NP_BUILD_DEP: "1.17.3"
13-
CYTHON_BUILD_DEP: "0.29.21"
13+
CYTHON_BUILD_DEP: "0.29.24"
1414
NIGHTLY_BUILD_COMMIT: "master"
1515
NIGHTLY_BUILD: "false"
1616
PYTHON_ARCH: "x64"

0 commit comments

Comments
 (0)