Skip to content

Commit 06f4c90

Browse files
authored
BLD: Increase minimum version of Cython to 0.29.16 (#33334)
1 parent cabc31a commit 06f4c90

19 files changed

+24
-19
lines changed

ci/deps/azure-36-32bit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ dependencies:
2222
# see comment above
2323
- pip
2424
- pip:
25-
- cython>=0.29.13
25+
- cython>=0.29.16
2626
- pytest>=5.0.1

ci/deps/azure-36-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- pytest-asyncio

ci/deps/azure-36-locale_slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/azure-36-minimum_versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.1
77

88
# tools
9-
- cython=0.29.13
9+
- cython=0.29.16
1010
- pytest=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/azure-37-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.7.*
66

77
# tools
8-
- cython>=0.29.13
8+
- cython>=0.29.16
99
- pytest>=5.0.1
1010
- pytest-xdist>=1.21
1111
- pytest-asyncio

ci/deps/azure-37-numpydev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- python=3.7.*
66

77
# tools
8-
- cython>=0.29.13
98
- pytest>=5.0.1
109
- pytest-xdist>=1.21
1110
- hypothesis>=3.58.0
@@ -15,6 +14,7 @@ dependencies:
1514
- pytz
1615
- pip
1716
- pip:
17+
- cython>=0.29.16
1818
- "git+git://github.com/dateutil/dateutil.git"
1919
- "-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
2020
- "--pre"

ci/deps/azure-macos-36.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- python=3.6.*
66

77
# tools
8-
- cython>=0.29.13
98
- pytest>=5.0.1
109
- pytest-xdist>=1.21
1110
- hypothesis>=3.58.0
@@ -32,5 +31,6 @@ dependencies:
3231
- xlwt
3332
- pip
3433
- pip:
34+
- cython>=0.29.16
3535
- pyreadstat
3636
- pyxlsb

ci/deps/azure-windows-36.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/azure-windows-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.7.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/travis-36-cov.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0
@@ -15,7 +15,7 @@ dependencies:
1515
# pandas dependencies
1616
- beautifulsoup4
1717
- botocore>=1.11
18-
- cython>=0.29.13
18+
- cython>=0.29.16
1919
- dask
2020
- fastparquet>=0.3.2
2121
- gcsfs

ci/deps/travis-36-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/travis-36-slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.6.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/travis-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.7.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

ci/deps/travis-38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.8.*
77

88
# tools
9-
- cython>=0.29.13
9+
- cython>=0.29.16
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0

doc/source/whatsnew/v1.1.0.rst

+5
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ Other enhancements
9292

9393
.. ---------------------------------------------------------------------------
9494
95+
Development Changes
96+
^^^^^^^^^^^^^^^^^^^
97+
98+
- The minimum version of Cython is now the most recent bug-fix version (0.29.16) (:issue:`33334`).
99+
95100
.. _whatsnew_110.api.other:
96101

97102
Other API changes

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- asv
1313

1414
# building
15-
- cython>=0.29.13
15+
- cython>=0.29.16
1616

1717
# code checks
1818
- black=19.10b0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
requires = [
55
"setuptools",
66
"wheel",
7-
"Cython>=0.29.13", # Note: sync with setup.py
7+
"Cython>=0.29.16", # Note: sync with setup.py
88
"numpy==1.13.3; python_version=='3.6' and platform_system!='AIX'",
99
"numpy==1.14.5; python_version>='3.7' and platform_system!='AIX'",
1010
"numpy==1.16.0; python_version=='3.6' and platform_system=='AIX'",

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ numpy>=1.15
55
python-dateutil>=2.6.1
66
pytz
77
asv
8-
cython>=0.29.13
8+
cython>=0.29.16
99
black==19.10b0
1010
cpplint
1111
flake8

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def is_platform_mac():
3434

3535

3636
min_numpy_ver = "1.13.3"
37-
min_cython_ver = "0.29.13" # note: sync with pyproject.toml
37+
min_cython_ver = "0.29.16" # note: sync with pyproject.toml
3838

3939
try:
4040
import Cython

0 commit comments

Comments
 (0)