Commit 63fce45
fix(test): lower requires-python to >=3.9 to match CI Python version
CI uses Python 3.9 (setup-python in test.yml), so pip rejects
pyproject.toml fixtures that require >=3.12.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 16e419a commit 63fce45
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- test/providers/tst_manifests/pyproject
- pip_pep621_ignore
- pip_pep621
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
0 commit comments