Changes between Version 8 and Version 9 of Ticket #31567
- Timestamp:
- Mar 27, 2021, 2:51:57 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31567 – Description
v8 v9 13 13 }}} 14 14 15 ... and with python3.7 from XCode: 16 {{{ 17 tox -e local-macos-10.14-nohomebrew-python3_xcode-python3.7 -- config.status 18 }}} 19 (Remove `config.status` from the end of these lines to have the actual build done.) 20 15 21 These environments allow building Sage for older macOS versions, for example for building a 10.14 distribution on a 10.15 machine. The wheels are then correctly tagged, for example `pplpy-0.8.6-cp38-cp38-macosx_10_14_x86_64.whl`. 16 22