This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
python3.8 wheels for osx, windows #63
Closed
Description
It seems we should be able to use multibuild to build osx wheels for python3.8 with the following diff. Multibuild supports 3.8 on OSX since matthew-brett/multibuild#262 (which is badly named)
diff --git a/.travis.yml b/.travis.yml
index 6b19a35..7eaae8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,11 @@ matrix:
env:
- MB_PYTHON_VERSION=3.7
- MB_PYTHON_OSX_VER=10.9
+ - os: osx
+ language: generic
+ env:
+ - MB_PYTHON_VERSION=3.8
+ - MB_PYTHON_OSX_VER=10.9
before_install:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
Metadata
Metadata
Assignees
Labels
No labels