Commit bff4df4
committed
fix: pin hatchling to <1.20.0 for Python 3.9 compatibility
The test-no-python-version test was failing because the latest hatchling
versions (1.20.0+) have dependencies on pathspec that are incompatible
with Python 3.9, causing a TypeError during build.
The fix pins the build backend to hatchling<1.20.0 to ensure
compatibility with Python 3.9. The uv.lock file is also updated
to reflect the latest compatible versions of dependencies.1 parent cbebc28 commit bff4df4
File tree
2 files changed
+21
-20
lines changed- __tests__/fixtures/old-python-constraint-project
2 files changed
+21
-20
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments