8000 Numpy 1.21.6 release · MacPython/numpy-wheels@b275730 · 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 b275730

Browse files
committed
Numpy 1.21.6 release
The 32 bit windows wheel for Python 3.10 requires vs2019.
1 parent b60fe33 commit b275730

File tree

2 files changed

+128
-126
lines changed

2 files changed

+128
-126
lines changed

.travis.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,40 +21,40 @@ git:
2121

2222
jobs:
2323
include:
24-
- os: linux
25-
arch: arm64
26-
env:
27-
- PLAT=aarch64
28-
- MB_ML_VER=2014
29-
- MB_PYTHON_VERSION=3.7
30-
- DEBUG_PRINT=1
31-
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
32-
- os: linux
33-
arch: arm64
34-
env:
35-
- PLAT=aarch64
36-
- MB_ML_VER=2014
37-
- MB_PYTHON_VERSION=3.8
38-
- DEBUG_PRINT=1
39-
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
40-
- os: linux
41-
arch: arm64
42-
env:
43-
- PLAT=aarch64
44-
- MB_ML_VER=2014
45-
- MB_PYTHON_VERSION=3.9
46-
- DEBUG_PRINT=1
47-
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
24+
#- os: linux
25+
#arch: arm64
26+
#env:
27+
#- PLAT=aarch64
28+
#- MB_ML_VER=2014
29+
#- MB_PYTHON_VERSION=3.7
30+
#- DEBUG_PRINT=1
31+
#- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
32+
#- os: linux
33+
#arch: arm64
34+
#env:
35+
#- PLAT=aarch64
36+
#- MB_ML_VER=2014
37+
#- MB_PYTHON_VERSION=3.8
38+
#- DEBUG_PRINT=1
39+
#- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
40+
#- os: linux
41+
#arch: arm64
42+
#env:
43+
#- PLAT=aarch64
44+
#- MB_ML_VER=2014
45+
#- MB_PYTHON_VERSION=3.9
46+
#- DEBUG_PRINT=1
47+
#- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
4848

49-
- os: linux
50-
arch: arm64
51-
env:
52-
- AZURE_PYTHON_VERSION="3.9"
53-
- PLAT=aarch64
54-
- MB_ML_VER=2014
55-
- MB_PYTHON_VERSION=3.10
56-
- DEBUG_PRINT=1
57-
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
49+
#- os: linux
50+
#arch: arm64
51+
#env:
52+
#- AZURE_PYTHON_VERSION="3.9"
53+
#- PLAT=aarch64
54+
#- MB_ML_VER=2014
55+
#- MB_PYTHON_VERSION=3.10
56+
#- DEBUG_PRINT=1
57+
#- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
5858

5959

6060
before_install:

azure-pipelines.yml

Lines changed: 95 additions & 93 deletions
57AE
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,36 @@ variables:
1717
jobs:
1818
- template: azure/windows.yml
1919
parameters:
20-
name: windows2017
21-
vmImage: vs2017-win2016
20+
#name: windows2017
21+
#vmImage: vs2017-win2016
22+
name: windows2019
23+
vmImage: "windows-2019"
2224
timeoutInMinutes: 90
2325
matrix:
24-
py_3.7_32:
25-
PYTHON_VERSION: "3.7.x"
26-
PYTHON_ARCH: "x86"
27-
BITS: 32
28-
py_3.7_64:
29-
PYTHON_VERSION: "3.7.x"
30-
PYTHON_ARCH: 'x64'
31-
BITS: 64
32-
py_3.8_32:
33-
PYTHON_VERSION: "3.8.x"
34-
PYTHON_ARCH: "x86"
35-
BITS: 32
36-
py_3.8_64:
37-
PYTHON_VERSION: "3.8.x"
38-
PYTHON_ARCH: 'x64'
39-
BITS: 64
40-
py_3.9_32:
41-
PYTHON_VERSION: "3.9.x"
42-
PYTHON_ARCH: "x86"
43-
BITS: 32
44-
py_3.9_64:
45-
PYTHON_VERSION: "3.9.x"
46-
PYTHON_ARCH: 'x64'
47-
BITS: 64
26+
#py_3.7_32:
27+
#PYTHON_VERSION: "3.7.x"
28+
#PYTHON_ARCH: "x86"
29+
#BITS: 32
30+
#py_3.7_64:
31+
#PYTHON_VERSION: "3.7.x"
32+
#PYTHON_ARCH: 'x64'
33+
#BITS: 64
34+
#py_3.8_32:
35+
#PYTHON_VERSION: "3.8.x"
36+
#PYTHON_ARCH: "x86"
37+
#BITS: 32
38+
#py_3.8_64:
39+
#PYTHON_VERSION: "3.8.x"
40+
#PYTHON_ARCH: 'x64'
41+
#BITS: 64
42+
#py_3.9_32:
43+
#PYTHON_VERSION: "3.9.x"
44+
#PYTHON_ARCH: "x86"
45+
#BITS: 32
46+
#py_3.9_64:
47+
#PYTHON_VERSION: "3.9.x"
48+
#PYTHON_ARCH: 'x64'
49+
#BITS: 64
4850
py_3.10_32:
4951
PYTHON_VERSION: "3.10.x"
5052
PYTHON_ARCH: "x86"
@@ -54,50 +56,50 @@ jobs:
5456
PYTHON_ARCH: 'x64'
5557
BITS: 64
5658

57-
- template: azure/posix.yml
58-
parameters:
59-
name: linux
60-
vmImage: ubuntu-18.04
61-
timeoutInMinutes: 90
62-
matrix:
63-
py_3.7_32:
64-
MB_PYTHON_VERSION: "3.7"
65-
PLAT: "i686"
66-
MB_ML_VER: "2010"
67-
ENV_VARS_PATH: "env_vars_32.sh"
68-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
69-
pypy_3.7_64:
70-
MB_PYTHON_VERSION: "pypy3.7-7.3.4"
71-
AZURE_PYTHON_VERSION: "3.7"
72-
MB_ML_VER: "2010"
73-
DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}
74-
py_3.7_64:
75-
MB_PYTHON_VERSION: "3.7"
76-
MB_ML_VER: "2010"
77-
py_3.8_32:
78-
MB_PYTHON_VERSION: "3.8"
79-
PLAT: "i686"
80-
MB_ML_VER: "2010"
81-
ENV_VARS_PATH: "env_vars_32.sh"
82-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
83-
py_3.8_64:
84-
MB_PYTHON_VERSION: "3.8"
85-
MB_ML_VER: "2010"
86-
py_3.9_32manylinux2010:
87-
MB_PYTHON_VERSION: "3.9"
88-
PLAT: "i686"
89-
MB_ML_VER: "2010"
90-
ENV_VARS_PATH: "env_vars_32.sh"
91-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
92-
py_3.9_64manylinux2010:
93-
MB_PYTHON_VERSION: "3.9"
94-
MB_ML_VER: "2010"
95-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
96-
py_3.10_64:
97-
AZURE_PYTHON_VERSION: "3.9"
98-
MB_PYTHON_VERSION: "3.10"
99-
MB_ML_VER: "2014"
100-
DOCKER_TEST_IMAGE: "multibuild/focal_{PLAT}"
59+
#- template: azure/posix.yml
60+
#parameters:
61+
#name: linux
62+
#vmImage: ubuntu-18.04
63+
#timeoutInMinutes: 90
64+
#matrix:
65+
#py_3.7_32:
66+
#MB_PYTHON_VERSION: "3.7"
67+
#PLAT: "i686"
68+
#MB_ML_VER: "2010"
69+
#ENV_VARS_PATH: "env_vars_32.sh"
70+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
71+
#pypy_3.7_64:
72+
#MB_PYTHON_VERSION: "pypy3.7-7.3.4"
73+
#AZURE_PYTHON_VERSION: "3.7"
74+
#MB_ML_VER: "2010"
75+
#DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}
76+
#py_3.7_64:
77+
#MB_PYTHON_VERSION: "3.7"
78+
#MB_ML_VER: "2010"
79+
#py_3.8_32:
80+
#MB_PYTHON_VERSION: "3.8"
81+
#PLAT: "i686"
82+
#MB_ML_VER: "2010"
83+
#ENV_VARS_PATH: "env_vars_32.sh"
84+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
85+
#py_3.8_64:
86+
#MB_PYTHON_VERSION: "3.8"
87+
#MB_ML_VER: "2010"
88+
#py_3.9_32manylinux2010:
89+
#MB_PYTHON_VERSION: "3.9"
90+
#PLAT: "i686"
91+
#MB_ML_VER: "2010"
92+
#ENV_VARS_PATH: "env_vars_32.sh"
93+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
94+
#py_3.9_64manylinux2010:
95+
#MB_PYTHON_VERSION: "3.9"
96+
#MB_ML_VER: "2010"
97+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
98+
#py_3.10_64:
99+
#AZURE_PYTHON_VERSION: "3.9"
100+
#MB_PYTHON_VERSION: "3.10"
101+
#MB_ML_VER: "2014"
102+
#DOCKER_TEST_IMAGE: "multibuild/focal_{PLAT}"
101103

102104
# manylinux1 wheels
103105
#py_3.7_32manylinux1:
@@ -119,27 +121,27 @@ jobs:
119121
#MB_PYTHON_VERSION: "3.8"
120122
#MB_ML_VER: "1"
121123

122-
- template: azure/posix.yml
123-
parameters:
124-
name: macOS
125-
vmImage: 'macOS-1015'
126-
timeoutInMinutes: 90
127-
matrix:
128-
py_3.7_64:
129-
MB_PYTHON_VERSION: "3.7"
130-
py_3.8_64:
131-
MB_PYTHON_VERSION: "3.8"
132-< 2851 /span>
py_3.9_64:
133-
MB_PYTHON_VERSION: "3.9"
134-
py_3.10_64:
135-
MB_PYTHON_VERSION: "3.10"
124+
#- template: azure/posix.yml
125+
#parameters:
126+
#name: macOS
127+
#vmImage: 'macOS-1015'
128+
#timeoutInMinutes: 90
129+
#matrix:
130+
#py_3.7_64:
131+
#MB_PYTHON_VERSION: "3.7"
132+
#py_3.8_64:
133+
#MB_PYTHON_VERSION: "3.8"
134+
#py_3.9_64:
135+
#MB_PYTHON_VERSION: "3.9"
136+
#py_3.10_64:
137+
#MB_PYTHON_VERSION: "3.10"
136138

137-
py_3.8_universal2:
138-
MB_PYTHON_VERSION: "3.8"
139-
PLAT: universal2
140-
py_3.9_universal2:
141-
MB_PYTHON_VERSION: "3.9"
142-
PLAT: universal2
143-
py_3.10_universal2:
144-
MB_PYTHON_VERSION: "3.10"
145-
PLAT: universal2
139+
#py_3.8_universal2:
140+
#MB_PYTHON_VERSION: "3.8"
141+
#PLAT: universal2
142+
#py_3.9_universal2:
143+
#MB_PYTHON_VERSION: "3.9"
144+
#PLAT: universal2
145+
#py_3.10_universal2:
146+
#MB_PYTHON_VERSION: "3.10"
147+
#PLAT: universal2

0 commit comments

Comments
 (0)
0