Skip to content

Commit e1fda5b

Browse files
committed
Use latest cython on CI
1 parent ad4f563 commit e1fda5b

15 files changed

+23
-16
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.16
25+
- Cython==3.0a5
2626
- pytest>=5.0.1,<6.0.0rc0

ci/deps/azure-36-locale.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- pytest-asyncio
@@ -36,3 +35,6 @@ dependencies:
3635
- xlsxwriter
3736
- xlwt
3837
- moto
38+
39+
- pip:
40+
- Cython==3.0a5

ci/deps/azure-36-locale_slow.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -29,4 +28,5 @@ dependencies:
2928
- xlwt=1.2.0
3029
- pip
3130
- pip:
31+
- Cython==3.0a5
3232
- html5lib==1.0b2

ci/deps/azure-36-minimum_versions.yaml

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

77
# tools
8-
- cython=0.29.16
98
- pytest=5.0.1
109
- pytest-xdist>=1.21
1110
- hypothesis>=3.58.0
@@ -28,3 +27,6 @@ dependencies:
2827
- xlsxwriter=0.9.8
2928
- xlwt=1.2.0
3029
- html5lib=1.0.1
30+
31+
- pip:
32+
- Cython==3.0a5

ci/deps/azure-36-slow.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -33,3 +32,5 @@ dependencies:
3332
- xlsxwriter
3433
- xlwt
3534
- moto
35+
- pip:
36+
- Cython==3.0a5

ci/deps/azure-37-locale.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.16
98
- pytest>=5.0.1,<6.0.0rc0
109
- pytest-xdist>=1.21
1110
- pytest-asyncio
@@ -35,4 +34,5 @@ dependencies:
3534
- pyarrow>=0.15
3635
- pip
3736
- pip:
37+
- Cython==3.0a5
3838
- pyxlsb

ci/deps/azure-37-numpydev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- pytz
1515
- pip
1616
- pip:
17-
- cython==0.29.16 # GH#34014
17+
- Cython==3.0a5
1818
- "git+git://github.com/dateutil/dateutil.git"
1919
- "--extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple"
2020
- "--pre"

ci/deps/azure-macos-36.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ dependencies:
3131
- xlwt
3232
- pip
3333
- pip:
34-
- cython>=0.29.16
34+
- Cython==3.0a5
3535
- pyreadstat
3636
- pyxlsb

ci/deps/azure-windows-36.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -30,3 +29,5 @@ dependencies:
3029
- xlrd
3130
- xlsxwriter
3231
- xlwt
32+
- pip:
33+
- Cython==3.0a5

ci/deps/azure-windows-37.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -38,4 +37,5 @@ dependencies:
3837
- pyreadstat
3938
- pip
4039
- pip:
40+
- Cython==3.0a5
4141
- pyxlsb

ci/deps/travis-36-cov.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -15,7 +14,6 @@ dependencies:
1514
# pandas dependencies
1615
- beautifulsoup4
1716
- botocore>=1.11
18-
- cython>=0.29.16
1917
- dask
2018
- fastparquet>=0.3.2
2119
- fsspec>=0.7.4
@@ -47,6 +45,7 @@ dependencies:
4745
- xlwt
4846
- pip
4947
- pip:
48+
- Cython==3.0a5
5049
- brotlipy
5150
- coverage
5251
- pandas-datareader

ci/deps/travis-36-locale.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -38,3 +37,5 @@ dependencies:
3837
- xlrd
3938
- xlsxwriter
4039
- xlwt
40+
- pip:
41+
- Cython==3.0a5

ci/deps/travis-37-arm64.yaml

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

88
# tools
9-
- cython>=0.29.13
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -18,4 +17,5 @@ dependencies:
1817
- pytz
1918
- pip
2019
- pip:
20+
- Cython==3.0a5
2121
- moto

ci/deps/travis-37.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -24,4 +23,5 @@ dependencies:
2423
- pyreadstat
2524
- pip
2625
- pip:
26+
- Cython==3.0a5
2727
- moto

ci/deps/travis-38.yaml

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

88
# tools
9-
- cython>=0.29.16
109
- pytest>=5.0.1,<6.0.0rc0
1110
- pytest-xdist>=1.21
1211
- hypothesis>=3.58.0
@@ -18,3 +17,5 @@ dependencies:
1817
- pytz
1918
- pip
2019
- tabulate==0.8.3
20+
- pip:
21+
- Cython==3.0a5

0 commit comments

Comments
 (0)