Henry Schreiner
Henry Schreiner
You can’t do that on windows. No suffix there. In scikit-build-core, I use wheel.py-api, which is the wheel tag and you can get both limited api and pythonless wheels from...
The way selecting `cp311` works is that it's only applicable on CPython with GIL 3.11+. Any older version or other interpreter (including PyPy) ignores this choice. (It wasn't quite right...
FWIW, `python -m tarfile --filter data -e py_find_1st-1.1.6.tar.gz` seems fine too. Filtering added in https://github.com/pypa/pip/pull/12214. Ahh, but it's wrapped with "pip specific" behavior. And I don't see a test to...
I can’t quickly replicate on macOS 14 Intel or macOS 14 ARM locally. There must be something specific about the setup when it happened in cibuildwheel that I’m not capturing.
I would think that this would "just work" now with Poetry 2.0 and its new support for standard configuration. If you update to PEP 621 style configuration and poetry-core 2.0...
This seems to work, as applied to the template repo: ```diff -[tool.poetry] +[project] name = "ziggy-pydust-template" version = "0.1.0" description = "" -authors = ["Fulcrum Inc. "] +authors = [{name...
(I'm assuming this warning is unrelated: ``` /Users/henryschreiner/.cache/uv/builds-v0/.tmpZsKYCP/lib/python3.12/site-packages/pydust/config.py:92: UserWarning: A custom validator is returning a value other than `self`. Returning anything other than `self` from a top level model validator...
Okay, I can do the artifact action update. Though I'd recommend using dependabot for actions to keep them up to date automatically.
Apple was trying to move away from `-undefined dynamic_lookup`, but it was integral to how modules for languages like Python worked, so it's still valid, AFAIK, and I believe it...
Have you tried macos-13?