Zanie Blue
Zanie Blue
I think this is a duplicate of https://github.com/astral-sh/uv/issues/2799, though there's more discussion here.
You should already be able to do this!
e.g. ``` # /// script # requires-python = ">=3.11" # dependencies = [ # "httpx", # ] # # [tool.uv] # exclude-newer = "2022-07-17T00:00:00Z" # /// ``` gives ``` +...
No, we don't own PyOxidizer — we're just maintaining the standalone Python distributions. These ideas are separate.
Yes we are the owners of `python-build-standalone`, but not PyOxidizer — that's built on _top_ of the standalone distributions.
Is this a duplicate of https://github.com/astral-sh/uv/issues/4647 but for our distributions?
We do this https://github.com/astral-sh/uv/blob/e097f948c9eca7fb09948d73ac03248363c8ce7a/.github/workflows/build-binaries.yml#L574 per - https://github.com/gnzlbg/jemallocator/issues/170 - https://github.com/astral-sh/ruff/issues/3791
I'm happy to review a PR and see if it fixes it.
Basically this is an alternative for calling the script with something other than `python`. Maybe it's just ``` uv run --script-runner script.py ```
I'd welcome a PR adding support here, if anyone is interested.