Skip to content

Commit

Permalink
turn off py38 on mac os x wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Dec 9, 2019
1 parent 241b353 commit d9e8829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -107,7 +107,7 @@ jobs:
macos:
xcode: "10.0.0"
environment:
CIBW_SKIP: "cp27-* cp34-* *i686"
CIBW_SKIP: "cp27-* cp34-* cp38-* *i686"
CIBW_BEFORE_BUILD_MACOS: brew cask uninstall --force oclint && brew install gcc eigen libomp || true; brew install gcc eigen libomp && pip install numpy scipy cython
CIBW_TEST_REQUIRES: numpy scipy pytest pytest-cov
CIBW_TEST_COMMAND: python -m pytest {project}/thewalrus
Expand Down

0 comments on commit d9e8829

Please sign in to comment.