uv/crates/pypi-types
konsti 76a41066ac
Filter out incompatible dists (#398)
Filter out source dists and wheels whose `requires-python` from the
simple api is incompatible with the current python version.

This change showed an important problem: When we use a fake python
version for resolving, building source distributions breaks down because
we can only build with versions we actually have.

This change became surprisingly big. The tests now require python 3.7 to
be installed, but changing that would mean an even bigger change.

Fixes #388
2023-11-13 17:14:07 +01:00
..
src Filter out incompatible dists (#398) 2023-11-13 17:14:07 +01:00
Cargo.toml Split puffin-package into requirements.txt parser and pypi-types (#341) 2023-11-06 18:19:49 +00:00