diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f50fc025a..5c1db49fd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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" # 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: diff --git a/README.md b/README.md index e054b86a8..f440aa3d8 100644 --- a/README.md +++ b/README.md @@ -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 +- `Python >= 3.7`