Hugo van Kemenade

Results 1499 comments of Hugo van Kemenade

Yeah, `macos-latest` used to point to `macos-12` but now points to `macos-14-arm64`. You can check the top of your CI logs to see which image was used yesterday and today.

> EDIT: > I think they are removing 3.9 and 3.10 support for macos 14. See upthread, macOS 14 never had 3.9 and 3.10: https://github.com/actions/setup-python/issues/696#issuecomment-1637587760 > I just wanted to...

Confirmed, thanks! * Python 3.9 on macos-13: https://github.com/hugovk/Pillow/actions/runs/10504390275/job/29101211666 * Python 3.9 on macos-14: https://github.com/hugovk/Pillow/actions/runs/10504390275/job/29101209375

I've also been trying out https://github.com/hynek/setup-cached-uv ```yml jobs: tests: runs-on: ubuntu-latest # or macOS, or Windows steps: - uses: hynek/setup-cached-uv@v2 - run: uv ... ```

Hello @dmitry-shibanov, any news? The 3.13 beta is due on [2024-05-07](https://peps.python.org/pep-0719/#schedule) and we'll ask the community to start testing ahead of the full release in October. It would be very...

The real docs are at https://py.readthedocs.io. https://pylib.readthedocs.io should probably be turned off, there's nothing useful there anyway. https://readthedocs.org/projects/pylib/ shows @hpk42 is the only maintainer.

Please could you share the list of those other websites? Let's ask them to update.

> * As a result of this issue, today pytest 7.2.0 was released, which [vendors the parts of `py`](https://github.com/pytest-dev/pytest/pull/10396) it needs. With that being slowly adopted, I'm assuming the number...

Thanks, but I don't think this change is necessary. For example, bullet points don't always need full stops.

Thanks for the review request, but I'll stick to general CI/maintenance things for this library and leave the internals to others 👍