diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-12-03 16:45:09 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-12-03 17:53:41 -0700 |
commit | fbcb58ca2c17217f5dc85cb669ea651b7799b60c (patch) | |
tree | ca3354b604387d1b0b9dca307c84f59cb3e3fbf4 /azure-pipelines.yml | |
parent | fdd8395f21a252373ff17fd43185c42e040c1b64 (diff) | |
download | numpy-fbcb58ca2c17217f5dc85cb669ea651b7799b60c.tar.gz |
REL: Update master after 1.18.x branch.
Apart from the usual modifications, this
- Removes a release note snippet added after towncrier was run
- Removes testing on Python 3.5 as it is dropped for 1.19.x.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9e1e52952..29fc6c614 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -156,11 +156,6 @@ stages: PYTHON_ARCH: 'x86' TEST_MODE: fast BITS: 32 - Python35-64bit-full: - PYTHON_VERSION: '3.5' - PYTHON_ARCH: 'x64' - TEST_MODE: full - BITS: 64 Python36-64bit-full: PYTHON_VERSION: '3.6' PYTHON_ARCH: 'x64' |