Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit d802630

Browse files
authored
Merge pull request #83 from tylerjereddy/bump_cython_vers
MAINT: bump Cython to min required
2 parents 193aaf0 + 2fc520d commit d802630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
- BUILD_COMMIT=master
66
- PLAT=x86_64
77
- NP_BUILD_DEP="numpy==1.14.5"
8-
- CYTHON_BUILD_DEP="Cython==0.29.14"
8+
- CYTHON_BUILD_DEP="Cython==0.29.18"
99
- PYBIND11_BUILD_DEP="pybind11==2.4.3"
1010
- NP_TEST_DEP="numpy==1.14.5"
1111
- UNICODE_WIDTH=32

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
global:
1313
MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
1414
MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
15-
CYTHON_BUILD_DEP: Cython==0.29.14
15+
CYTHON_BUILD_DEP: Cython==0.29.18
1616
NUMPY_TEST_DEP: numpy==1.14.5
1717
PYBIND11_BUILD_DEP: pybind11==2.4.3
1818
TEST_MODE: fast

0 commit comments

Comments
 (0)