Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: remove python 3.5 from builds for 1.19, as per NEP 29 #14673

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -30,7 +30,6 @@ env:
ahp7Qnm0rWRmA0z9SomuRUQOJQ6s684vU="

python:
- 3.5
- 3.6
- 3.7
- 3.8-dev
Expand Down Expand Up @@ -62,7 +61,7 @@ matrix:
- NPY_BLAS_ORDER=mkl,blis,openblas,atlas,accelerate,blas
- NPY_LAPACK_ORDER=MKL,OPENBLAS,ATLAS,ACCELERATE,LAPACK
- USE_ASV=1
- python: 3.5
- python: 3.6
env: NPY_RELAXED_STRIDES_CHECKING=0
- python: 3.6
env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1
Expand Down
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Expand Up @@ -134,11 +134,6 @@ jobs:
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'
Expand Down
1 change: 1 addition & 0 deletions doc/release/upcoming_changes/14673.expired.rst
@@ -0,0 +1 @@
* Remove builds of Python 3.5, as per NEP 29
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -41,7 +41,6 @@
Programming Language :: C
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Expand Down