scikit-hep / resample

Randomization-based inference in Python
BSD 3-Clause "New" or "Revised" License
74 stars 12 forks source link

ci: macos-latest is changing to macos-14 ARM runners #187

Closed henryiii closed 6 months ago

henryiii commented 6 months ago

Committed via https://github.com/asottile/all-repos

eduardo-rodrigues commented 6 months ago

Hello @henryiii, @HDembinski, will you adding support for Python 3.12 here or better do it in a dedicated PR? Indeed I was working on the scikit-hep metapackage and believe only resample needs to support 3.12 to be able to have scikit-hep support 3.12 as well. Advance thanks.

henryiii commented 6 months ago

FYI, 3.8 and 3.9 was added to macOS ARM on GHA, so this PR might no longer be needed. So I’d suggest a separate PR.

eduardo-rodrigues commented 6 months ago

Fair enough. I just wanted to highlight the relatively need to support 3.12 at this point.

henryiii commented 6 months ago

Isn’t there a 3.12 test, though? The windows job?

eduardo-rodrigues commented 6 months ago

Oh, that's right! But there is no support in the sense that the metadata does not state it.

henryiii commented 6 months ago

Added #188. But that’s metadata is just informational.

henryiii commented 6 months ago

macOS latest on ARM is fine in #189.