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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)