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

Commit

Permalink
Merge pull request #131 from charris/drop-python-3.7
Browse files Browse the repository at this point in the history
MAINT: Drop Python 3.7 from the wheel builds.
  • Loading branch information
charris authored Aug 14, 2021
2 parents df3330c + 69097d4 commit 468533c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ git:
jobs:
include:

- os: linux
arch: arm64
env:
- PLAT=aarch64
- MB_PYTHON_VERSION=3.7
- MB_ML_VER=2014
- CONFIG_PATH: "config_ilp64.sh"
- DEBUG_PRINT=1
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- NPY_AVAILABLE_MEM=4GiB

- os: linux
arch: arm64
env:
Expand Down
35 changes: 6 additions & 29 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
name: windows2017
vmImage: vs2017-win2016
matrix:
py_3.7_32:
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "x86"
BITS: 32
py_3.7_64:
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: 'x64'
NPY_USE_BLAS_ILP64: 1
BITS: 64
py_3.8_32:
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "x86"
Expand All @@ -53,23 +44,12 @@ jobs:
vmImage: ubuntu-18.04
matrix:
# manylinux 2014
pypy_3.7_64:
MB_PYTHON_VERSION: "pypy3.7-7.3.5"
AZURE_PYTHON_VERSION: "3.7"
MB_ML_VER: "2014"
CONFIG_PATH: "config_ilp64.sh"
DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}

py_3.7_32:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
MB_ML_VER: "2014"
ENV_VARS_PATH: "env_vars_32.sh"
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
MB_ML_VER: "2014"
CONFIG_PATH: "config_ilp64.sh"
#pypy_3.7_64:
#MB_PYTHON_VERSION: "pypy3.7-7.3.5"
#AZURE_PYTHON_VERSION: "3.7"
#MB_ML_VER: "2014"
#CONFIG_PATH: "config_ilp64.sh"
#DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}

py_3.8_32:
MB_PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -111,9 +91,6 @@ jobs:
name: macOS
vmImage: macOS-10.15
matrix:
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
CONFIG_PATH: "config_ilp64.sh"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
CONFIG_PATH: "config_ilp64.sh"
Expand Down

0 comments on commit 468533c

Please sign in to comment.