Skip to content

Commit 178db2f

Browse files
Copilothombit
andcommitted
Update README and CHANGELOG for macOS 15 requirement
Co-authored-by: hombit <[email protected]>
1 parent 70b5c2a commit 178db2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515

1616
- Bump `pyO3` and `rust-numpy` to 0.26.0: introduce Python build 3.14/3.14t support https://github.com/light-curve/light-curve-python/pull/553
17+
- **Breaking** macOS x86\_64 binary wheel now requires macOS 15 instead of 13 https://github.com/light-curve/light-curve-python/issues/587
1718

1819
### Deprecated
1920

light-curve/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CPython 3 versions.
3232

3333
| Arch \ OS | Linux glibc 2.17+ | Linux musl 1.2+ | macOS | Windows https://github.com/light-curve/light-curve-python/issues/186 |
3434
|-------------|-------------------|--------------------------------|-----------------------|----------------------------------------------------------------------|
35-
| **x86-64** | PyPI (MKL), conda | PyPI (MKL) | PyPI macOS 13+, conda | PyPI, conda (both no Ceres, no GSL) |
35+
| **x86-64** | PyPI (MKL), conda | PyPI (MKL) | PyPI macOS 15+, conda | PyPI, conda (both no Ceres, no GSL) |
3636
| **i686** | src | src || not tested |
3737
| **aarch64** | PyPI | PyPI | PyPI macOS 14+, conda | not tested |
3838
| **ppc64le** | src | not tested (no Rust toolchain) |||

0 commit comments

Comments
 (0)