mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-05 03:18:01 +00:00

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
18 lines
356 B
Text
18 lines
356 B
Text
.venv
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# Use e.g. `--cache-dir cache-docker` to keep a cache across container invocations
|
|
cache-*
|
|
|
|
# python tmp files
|
|
__pycache__
|