10000 NumPy 1.21.6 release. · MacPython/numpy-wheels@b60fe33 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit b60fe33

Browse files
committed
NumPy 1.21.6 release.
1 parent 4f96976 commit b60fe33

File tree

2 files changed

+27
-23
lines changed

2 files changed

+27
-23
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- REPO_DIR=numpy
44
# Also see CRON_COMMIT below
5-
- BUILD_COMMIT=c3d0a09342c08c466984654bc4738af595fba896
5+
- BUILD_COMMIT=ef0ec786fd4c7622ad2fa0e54d3881f3b9bbd792
66
- BUILD_DEPENDS=cython==0.29.24
77
- TEST_DEPENDS="pytest hypothesis cffi pytz"
88
# Commit when running from cron job
@@ -90,7 +90,7 @@ after_success:
9090
# https://travis-ci.com/github/MacPython/numpy-wheels/settings
9191
# originally generated at
9292
# anaconda.org/scipy-wheels-nightly/settings/access
93-
# and
93+
# and
9494
# anaconda.org/multibuild-wheels-staging/settings/access
9595
- if [ "$TRAVIS_BRANCH" == "main" ] ; then
9696
ANACONDA_ORG="scipy-wheels-nightly";

azure-pipelines.yml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pr:
1212
- v1.21.x
1313

1414
variables:
15-
BUILD_COMMIT: c3d0a09342c08c466984654bc4738af595fba896
15+
BUILD_COMMIT: ef0ec786fd4c7622ad2fa0e54d3881f3b9bbd792
1616

1717
jobs:
1818
- template: azure/w 10000 indows.yml
@@ -45,6 +45,10 @@ jobs:
4545
PYTHON_VERSION: "3.9.x"
4646
PYTHON_ARCH: 'x64'
4747
BITS: 64
48+
py_3.10_32:
49+
PYTHON_VERSION: "3.10.x"
50+
PYTHON_ARCH: "x86"
51+
BITS: 32
4852
py_3.10_64:
4953
PYTHON_VERSION: "3.10.x"
5054
PYTHON_ARCH: 'x64'
@@ -63,7 +67,7 @@ jobs:
6367
ENV_VARS_PATH: "env_vars_32.sh"
6468
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
6569
pypy_3.7_64:
66-
MB_PYTHON_VERSION: "pypy3.7-7.3.4rc1"
70+
MB_PYTHON_VERSION: "pypy3.7-7.3.4"
6771
AZURE_PYTHON_VERSION: "3.7"
6872
MB_ML_VER: "2010"
6973
DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}
@@ -96,29 +100,29 @@ jobs:
96100
DOCKER_TEST_IMAGE: "multibuild/focal_{PLAT}"
97101

98102
# manylinux1 wheels
99-
py_3.7_32manylinux1:
100-
MB_PYTHON_VERSION: "3.7"
101-
PLAT: "i686"
102-
MB_ML_VER: "1"
103-
ENV_VARS_PATH: "env_vars_32.sh"
104-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
105-
py_3.7_64manylinux1:
106-
MB_PYTHON_VERSION: "3.7"
107-
MB_ML_VER: "1"
108-
py_3.8_32manylinux1:
109-
MB_PYTHON_VERSION: "3.8"
110-
PLAT: "i686"
111-
MB_ML_VER: "1"
112-
ENV_VARS_PATH: "env_vars_32.sh"
113-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
114-
py_3.8_64manylinux1:
115-
MB_PYTHON_VERSION: "3.8"
116-
MB_ML_VER: "1"
103+
#py_3.7_32manylinux1:
104+
#MB_PYTHON_VERSION: "3.7"
105+
#PLAT: "i686"
106+
#MB_ML_VER: "1"
107+
#ENV_VARS_PATH: "env_vars_32.sh"
108+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
109+
#py_3.7_64manylinux1:
110+
#MB_PYTHON_VERSION: "3.7"
111+
#MB_ML_VER: "1"
112+
#py_3.8_32manylinux1:
113+
#MB_PYTHON_VERSION: "3.8"
114+
#PLAT: "i686"
115+
#MB_ML_VER: "1"
116+
#ENV_VARS_PATH: "env_vars_32.sh"
117+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
118+
#py_3.8_64manylinux1:
119+
#MB_PYTHON_VERSION: "3.8"
120+
#MB_ML_VER: "1"
117121

118122
- template: azure/posix.yml
119123
parameters:
120124
name: macOS
121-
vmImage: macOS-10.15
125+
vmImage: 'macOS-1015'
122126
timeoutInMinutes: 90
123127
matrix:
124128
py_3.7_64:

0 commit comments

Comments
 (0)
0