Skip to content

Commit

Permalink
Update MacOS target os version (#979)
Browse files Browse the repository at this point in the history
* update macos ver

* update readme
  • Loading branch information
sotetsuk authored Oct 10, 2021
1 parent 20403f4 commit 80d530c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux2014
# To use C++17 features
# https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/#manylinux1-and-c14
MACOSX_DEPLOYMENT_TARGET: "10.14"
CIBW_BUILD: cp39-* # cp37-* cp38-* cp39-* importlib.resources requires <=3.7
MACOSX_DEPLOYMENT_TARGET: "10.15" # <filesystem> requires 10.15
CIBW_BUILD: cp39-* # cp37-* cp38-* cp39-* importlib.resources requires >= 3.7
CIBW_SKIP: pp* cp27-win* cp35-* cp36-* cp37-* cp38-* *win*
# https://cibuildwheel.readthedocs.io/en/stable/options/#archs
# universal2 arch raises this error:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[![ci](https://github.com/mjx-project/mjx/actions/workflows/ci.yml/badge.svg)](https://github.com/mjx-project/mjx/actions/workflows/ci.yml)

# Mjx

## Requirements

- `Ubuntu 20.04` or later
- `MacOS 10.15` or later <!-- <filesystem> requires macos-10.15 -->
- `Python >= 3.7` <!-- importlib requires 3.7 -->

0 comments on commit 80d530c

Please sign in to comment.