From a7928319d264871a5d95b39ab334884501992676 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 23 Dec 2019 14:56:47 -0700 Subject: MAINT: Update required cython version to 0.29.14. This is needed for the latest fixes for Python 3.8. --- INSTALL.rst.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.rst.txt') diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index b33f93683..30f58fa6d 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst.txt @@ -20,7 +20,7 @@ Building NumPy requires the following installed software: e.g., on Debian/Ubuntu one needs to install both `python3` and `python3-dev`. On Windows and macOS this is normally not an issue. -2) Cython >= 0.29.13 +2) Cython >= 0.29.14 3) pytest__ (optional) 1.15 or later -- cgit v1.2.1