This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
- PLAT=aarch64
14
14
- NP_BUILD_DEP="numpy==1.17.3"
15
15
- NP_TEST_DEP="numpy==1.17.3"
16
- - CYTHON_BUILD_DEP="cython==0.29.24 "
16
+ - CYTHON_BUILD_DEP="cython==0.29.30 "
17
17
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
18
18
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
19
19
- TEST_DIR="tmp_for_test"
37
37
- MB_PYTHON_VERSION="3.10"
38
38
- NP_BUILD_DEP="numpy==1.21.2"
39
39
- NP_TEST_DEP="numpy==1.21.2"
40
- - CYTHON_BUILD_DEP="cython==0.29.24"
41
40
# Xenial is EOL and the pip there doesn't support python 3.10
42
41
- DOCKER_TEST_IMAGE="multibuild/focal_arm64v8"
43
42
before_install :
Original file line number Diff line number Diff line change 12
12
BUILD_COMMIT : " v1.4.2"
13
13
PLAT : " x86_64"
14
14
NP_BUILD_DEP : " numpy==1.17.3"
15
- CYTHON_BUILD_DEP : " cython==0.29.24 "
15
+ CYTHON_BUILD_DEP : " cython==0.29.30 "
16
16
NIGHTLY_BUILD_COMMIT : " main"
17
17
NIGHTLY_BUILD : " false"
18
18
TEST_DEPENDS : " pytest pytest-xdist hypothesis"
Original file line number Diff line number Diff line change 10
10
variables :
11
11
BUILD_COMMIT : " v1.4.2"
12
12
NP_BUILD_DEP : " 1.17.3"
13
- CYTHON_BUILD_DEP : " 0.29.24 "
13
+ CYTHON_BUILD_DEP : " 0.29.30 "
14
14
NIGHTLY_BUILD_COMMIT : " main"
15
15
NIGHTLY_BUILD : " false"
16
16
PYTHON_ARCH : " x64"
You can’t perform that action at this time.
0 commit comments