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

Python 3.8 support and 2.7 removal #7

Merged
merged 2 commits into from
Jan 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
[submodule "multibuild"]
path = multibuild
url = https://github.com/matthew-brett/multibuild.git
branch = devel
41 changes: 13 additions & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ matrix:
- python: 3.5
include:
# mac wheels
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=2.7
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=2.7
- MB_PYTHON_OSX_VER=10.9
- os: osx
language: generic
env:
Expand All @@ -37,15 +28,11 @@ matrix:
language: generic
env:
- MB_PYTHON_VERSION=3.7
- MB_PYTHON_OSX_VER=10.9
# manylinux1 wheels
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- os: linux
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=2.7
- UNICODE_WIDTH=16
- MB_PYTHON_VERSION=3.8
# manylinux1 wheels
- os: linux
env:
- MB_PYTHON_VERSION=3.5
Expand All @@ -55,16 +42,10 @@ matrix:
- os: linux
env:
- MB_PYTHON_VERSION=3.7
# manylinux2010 wheels
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
- UNICODE_WIDTH=16
- MB_PYTHON_VERSION=3.8
# manylinux2010 wheels
- os: linux
env:
- MB_PYTHON_VERSION=3.5
Expand All @@ -77,12 +58,11 @@ matrix:
env:
- MB_PYTHON_VERSION=3.7
- DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
# manylinux2010 + cuda 9.0 wheels
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- CUDA_VERSION=9.0
- MB_PYTHON_VERSION=3.8
- DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
# manylinux2010 + cuda 9.0 wheels
- os: linux
env:
- MB_PYTHON_VERSION=3.5
Expand All @@ -98,6 +78,11 @@ matrix:
- MB_PYTHON_VERSION=3.7
- CUDA_VERSION=9.0
- DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- CUDA_VERSION=9.0
- DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
before_install:
- source multibuild/common_utils.sh
- source multibuild/travis_steps.sh
Expand Down
2 changes: 1 addition & 1 deletion faiss