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

Commit 1e07ad6

Browse files
authored
Merge pull request #103 from mattip/pypy3
drop python3.6, add pypy3.7
2 parents a5c2b56 + 6ce3191 commit 1e07ad6

File tree

2 files changed

+5
-72
lines changed

2 files changed

+5
-72
lines changed

.travis.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -16,45 +16,6 @@ os: linux
1616

1717
jobs:
1818
include:
19-
- os: linux
20-
arch: x86_64
21-
env:
22-
- MB_PYTHON_VERSION=pypy3.6-7.3.1
23-
- MB_ML_VER=2010
24-
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
25-
26-
# The manylinux2014 arm64 image has libbz2.so.1 and libbz.so.1.0.6 but not
27-
# libbz2.so.1.0, leading to this error with pypy:
28-
# pypy3.6-v7.3.1-aarch64/bin/pypy: error while loading shared libraries:
29-
# libbz2.so.1.0: cannot open shared object file: No such file or directory
30-
#- os: linux
31-
# arch: arm64
32-
# env:
33-
# - PLAT=aarch64
34-
# - MB_ML_VER=2014
35-
# - MB_PYTHON_VERSION=pypy3.6-7.3.1
36-
# - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
37-
38-
# The pypy3 osx package has bin/pypy3 not bin/pypy, so
39-
# multibuild/common_utils.sh has a "ln" command (not "ln -s"). Apparently
40-
# it does not work, we get the error message:
41-
# multibuild/common_utils.sh: line 476:
42-
# /Users/travis/build/MacPython/numpy-wheels/pypy3.6-v7.3.1-linux64/bin/pypy:
43-
# cannot execute binary file
44-
# - os: osx
45-
# language: generic
46-
# env:
47-
# - MB_PYTHON_VERSION=pypy3.6-7.3.1
48-
# - MB_PYTHON_OSX_VER=10.9
49-
50-
- os: linux
51-
arch: arm64
52-
env:
53-
- PLAT=aarch64
54-
- MB_ML_VER=2014
55-
- MB_PYTHON_VERSION=3.6
56-
- DEBUG_PRINT=1
57-
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
5819
- os: linux
5920
arch: arm64
6021
env:

azure-pipelines.yml

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ jobs:
1919
name: windows2017
2020
vmImage: vs2017-win2016
2121
matrix:
22-
py_3.6_32:
23-
PYTHON_VERSION: "3.6.x"
24-
PYTHON_ARCH: "x86"
25-
BITS: 32
26-
pypy_3.6_32:
27-
PYTHON_VERSION: "PyPy3.6"
28-
PYTHON_ARCH: "x86"
29-
BITS: 32
30-
EXTRA_ARGV: "'-m', 'not slow'"
31-
py_3.6_64:
32-
PYTHON_VERSION: "3.6.x"
33-
PYTHON_ARCH: 'x64'
34-
BITS: 64
3522
py_3.7_32:
3623
PYTHON_VERSION: "3.7.x"
3724
PYTHON_ARCH: "x86"
@@ -62,21 +49,17 @@ jobs:
6249
name: linux
6350
vmImage: ubuntu-18.04
6451
matrix:
65-
py_3.6_32:
66-
MB_PYTHON_VERSION: "3.6"
67-
PLAT: "i686"
68-
MB_ML_VER: "2010"
69-
ENV_VARS_PATH: "env_vars_32.sh"
70-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
71-
py_3.6_64:
72-
MB_PYTHON_VERSION: "3.6"
73-
MB_ML_VER: "2010"
7452
py_3.7_32:
7553
MB_PYTHON_VERSION: "3.7"
7654
PLAT: "i686"
7755
MB_ML_VER: "2010"
7856
ENV_VARS_PATH: "env_vars_32.sh"
7957
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
58+
pypy_3.7_64:
59+
MB_PYTHON_VERSION: "pypy3.7-7.3.2"
60+
AZURE_PYTHON_VERSION: "3.7"
61+
MB_ML_VER: "2010"
62+
DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}
8063
py_3.7_64:
8164
MB_PYTHON_VERSION: "3.7"
8265
MB_ML_VER: "2010"
@@ -101,15 +84,6 @@ jobs:
10184
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
10285

10386
# manylinux1 wheels
104-
py_3.6_32manylinux1:
105-
MB_PYTHON_VERSION: "3.6"
106-
PLAT: "i686"
107-
MB_ML_VER: "1"
108-
ENV_VARS_PATH: "env_vars_32.sh"
109-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
110-
py_3.6_64manylinux1:
111-
MB_PYTHON_VERSION: "3.6"
112-
MB_ML_VER: "1"
11387
py_3.7_32manylinux1:
11488
MB_PYTHON_VERSION: "3.7"
11589
PLAT: "i686"
@@ -134,8 +108,6 @@ jobs:
134108
name: macOS
135109
vmImage: macOS-10.14
136110
matrix:
137-
py_3.6_64:
138-
MB_PYTHON_VERSION: "3.6"
139111
py_3.7_64:
140112
MB_PYTHON_VERSION: "3.7"
141113
py_3.8_64:

0 commit comments

Comments
 (0)