Results 451 comments of Dima Tisnek

Python 3.9 will reach end of life next month. ipyhton or prompt toolkit may drop support soon after. I propose that this issue can be closed.

Not useful for me as a user (N=1 statistic and personal bias). I don't know how common my use case is, let's say, hypothetically it affects 5% of uses and...

On one hand, I surly want modern tools to be fast, especially in use cases like `pre-commit` and one day `uvx`. On the other hand, if someone installs PyTorch or...

Is `package = false` still the right way to prevent a package from being built? I've upgraded one project to uv just now, it's not a workspace, and there's no...

I think one more usage pattern belongs here: I wanted to do: ```command > uvx 'git+https://github.com/tox-dev/tox.git@main#egg=tox' --version error: Not a valid package or extra name: "git+https://github.com/tox-dev/tox.git@main#egg=tox". Names must start and...

I'm testing 3.14 alpha just for fun and will update the PR after.

`["3.8", "3.10", "3.12", "3.13", "3.14.0-alpha.1"]` all passed. reducing as suggested in the review.

Perhaps under `"automock": true` it becomes user's responsibility to unmock those modules that are being tested?