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

Commit 53f9590

Browse files
authored
BLD: Bump minimum version of Cython to 0.29.16 (#83)
This is a follow-up of pandas-dev/pandas#33334
1 parent de04fd0 commit 53f9590

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.0.3"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.13.3"
15-
CYTHON_BUILD_DEP: "cython==0.29.13"
15+
CYTHON_BUILD_DEP: "cython==0.29.16"
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.0.3"
1212
NP_BUILD_DEP: "1.13.3"
13-
CYTHON_BUILD_DEP: "0.29.13"
13+
CYTHON_BUILD_DEP: "0.29.16"
1414
NIGHTLY_BUILD_COMMIT: "master"
1515
NIGHTLY_BUILD: "false"
1616
PYTHON_ARCH: "x64"

0 commit comments

Comments
 (0)