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

Commit 7587a15

Browse files
Update min cython version (#101)
1 parent ee50b36 commit 7587a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
BUILD_COMMIT: "v1.1.2"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.13.3"
15-
CYTHON_BUILD_DEP: "cython==0.29.16"
15+
CYTHON_BUILD_DEP: "cython==0.29.21"
1616
NIGHTLY_BUILD_COMMIT: "master"
1717
NIGHTLY_BUILD: "false"
1818
TEST_DEPENDS: "pytest pytest-xdist==1.* 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.1.2"
1212
NP_BUILD_DEP: "1.13.3"
13-
CYTHON_BUILD_DEP: "0.29.16"
13+
CYTHON_BUILD_DEP: "0.29.21"
1414
NIGHTLY_BUILD_COMMIT: "master"
1515
NIGHTLY_BUILD: "false"
1616
PYTHON_ARCH: "x64"

0 commit comments

Comments
 (0)