Skip to content

Commit cbebc28

Browse files
committed
fix: update uv.lock for old-python-constraint-project to match pyproject.toml
The uv.lock file had requires-python = ">=3.12" but the pyproject.toml specified requires-python = ">=3.8,<=3.9". This mismatch caused the test-no-python-version test to fail when uv tried to build the project with Python 3.9, encountering a TypeError in the pathspec package due to Python 3.9 compatibility issues. The lock file has been regenerated to correctly reflect the Python constraint in the pyproject.toml file.
1 parent 1d22faf commit cbebc28

1 file changed

Lines changed: 29 additions & 28 deletions

File tree

  • __tests__/fixtures/old-python-constraint-project

__tests__/fixtures/old-python-constraint-project/uv.lock

Lines changed: 29 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)