summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-12-23 14:56:47 -0700
committerCharles Harris <charlesr.harris@gmail.com>2019-12-23 15:35:03 -0700
commita7928319d264871a5d95b39ab334884501992676 (patch)
treed08d5b5caf065cb2e47c58763854c1a7970ba1b9 /pyproject.toml
parent42bd6db6ecfdb0b91e5d08ff587ad9af6d5f42d4 (diff)
downloadnumpy-a7928319d264871a5d95b39ab334884501992676.tar.gz
MAINT: Update required cython version to 0.29.14.
This is needed for the latest fixes for Python 3.8.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 918cbb278..d81b731d3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@
requires = [
"setuptools",
"wheel",
- "Cython>=0.29.13", # Note: keep in sync with tools/cythonize.py
+ "Cython>=0.29.14", # Note: keep in sync with tools/cythonize.py
]