File tree Expand file tree Collapse file tree 3 files changed +102
-52
lines changed Expand file tree Collapse file tree 3 files changed +102
-52
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
# * For Linux we support ARM64, PPC64le, and x86_64
42
42
# * We build wheels for CPython only, one per platform, compatible with ABI3.8
43
43
# * We skip PPC64le MUSL Linux, because there is no Rust toolchain for it
44
- # * macos-12 runner is x86_64, macos-14 runner is arm64
44
+ # * macos-13 runner is x86_64, macos-14 runner is arm64
45
45
include :
46
46
# CPython 3.8
47
- - os : macos-12
47
+ - os : macos-13
48
48
cibw_build : cp38-macosx_x86_64
49
49
- os : macos-14
50
50
cibw_build : cp38-macosx_arm64
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
- Bump ` pyO3 ` to 0.22
17
17
- Bump ` rust-numpy ` to 0.22, should potentially bring a better ` numpy ` v2 support
18
+ - macOS x86\_ 64 binary wheel now requires macOS 13 instead of 12 https://github.com/light-curve/light-curve-python/issues/437 https://github.com/light-curve/light-curve-python/pull/446
18
19
19
20
### Deprecated
20
21
You can’t perform that action at this time.
0 commit comments