From 4f36d1cb22c8d3f0a260f5d64ec3ca00c3703681 Mon Sep 17 00:00:00 2001 From: Michael Marino Date: Tue, 7 Apr 2020 07:37:47 +0200 Subject: [PATCH] BLD: Bump minimum version of Cython to 0.29.16 This is a follow-up of pandas-dev/pandas#33334 --- azure/posix.yml | 2 +- azure/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/posix.yml b/azure/posix.yml index 1ffeb06..51a475c 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -12,7 +12,7 @@ jobs: BUILD_COMMIT: "v1.0.3" PLAT: "x86_64" NP_BUILD_DEP: "numpy==1.13.3" - CYTHON_BUILD_DEP: "cython==0.29.13" + CYTHON_BUILD_DEP: "cython==0.29.16" NIGHTLY_BUILD_COMMIT: "master" NIGHTLY_BUILD: "false" TEST_DEPENDS: "pytest pytest-xdist hypothesis" diff --git a/azure/windows.yml b/azure/windows.yml index 21c0595..568e2fb 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -10,7 +10,7 @@ jobs: variables: BUILD_COMMIT: "v1.0.3" NP_BUILD_DEP: "1.13.3" - CYTHON_BUILD_DEP: "0.29.13" + CYTHON_BUILD_DEP: "0.29.16" NIGHTLY_BUILD_COMMIT: "master" NIGHTLY_BUILD: "false" PYTHON_ARCH: "x64"