ci: macos-latest now points at macos-14
ARM is fine, but no Python 3.8 or 3.9 is not.
Before change trigger: https://github.com/pypa/pipx/actions/runs/8810668602
(latest hasn't switched here yet, it's a rollout)
Edit: looks like they are preparing 3.8 and 3.9 for ARM.
Python 3.8 & 3.9 are now supported on MacOS 14.
What it is now is fine then unless you specifically would like to have an old Intel runner job too, but they will probably go away at some point.
unless you specifically would like to have an old Intel runner job too, but they will probably go away at some point.
Probably that would be a good idea? This was already discussed for Pillow in https://github.com/python-pillow/Pillow/pull/8010#issuecomment-2079144483.
It's a bit (lot) more important for a package that deals with binaries. pipx doesn't, really.
Thanks for the PR nontheless, then! (It'd be appreciated if you could have a look at #1246, BTW; probably I'm doing something fundamentally wrong).
I'll try to look at it by Tuesday, ping me if I forget! Didn't see anything really glaring yet.