dropping macos wheel support for python 3.4 (temporary or pemanent?)

This commit is contained in:
Thomas Ferreira de Lima 2019-02-04 11:42:05 -05:00
parent 5095f7b3c0
commit 75f3817117
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 14 additions and 14 deletions

View File

@ -285,20 +285,20 @@ matrix:
- PIP_UPDATE="1"
- PYTHON_BUILD=true
# - name: "klayout python3.4.9 osx10.13"
- name: "cp34-cp34m-macosx_10_13_x86_64.whl"
os: osx
osx_image: xcode9.4 # macOS 10.13
cache: ccache
addons:
homebrew:
packages:
- ccache
env:
- MATRIX_EVAL="brew update; brew install sashkab/python/python34; brew link --force --overwrite python34; shopt -s expand_aliases; alias python='/usr/local/opt/python34/bin/python3.4'; alias pip='/usr/local/opt/python34/bin/pip3.4';"
- ARCHFLAGS="-std=c++11"
- PIP_UPDATE="1"
- PYTHON_BUILD=true
# # - name: "klayout python3.4.9 osx10.13"
# - name: "cp34-cp34m-macosx_10_13_x86_64.whl"
# os: osx
# osx_image: xcode9.4 # macOS 10.13
# cache: ccache
# addons:
# homebrew:
# packages:
# - ccache
# env:
# - MATRIX_EVAL="brew update; brew install sashkab/python/python34; brew link --force --overwrite python34; shopt -s expand_aliases; alias python='/usr/local/opt/python34/bin/python3.4'; alias pip='/usr/local/opt/python34/bin/pip3.4';"
# - ARCHFLAGS="-std=c++11"
# - PIP_UPDATE="1"
# - PYTHON_BUILD=true
# - name: "klayout python3 osx10.12"
- name: "cp37-cp37m-macosx_10_12_x86_64.whl"