Commit f6210d5
fix: Drop Python 3.8 from dev resolution and CI test matrix
Python 3.8 reached EOL in October 2024. This change:
- Adds `environments = ["python_version >= '3.9'"]` to [tool.uv] so the
lockfile only resolves for Python 3.9+, unblocking Renovate PRs that
bump dev deps (pytest, mypy, pytest-asyncio) to versions requiring 3.9+
- Removes 3.8 from the CI test matrix and nox PYTHON_VERSIONS
- Keeps requires-python = ">=3.8" so end users on 3.8 can still install
via pip (which resolves independently)
- Keeps 3.8 in the smoke-test matrix (no lockfile needed)
- Adds renovate packageRule to prevent bumping the pyjwt 3.8 marker line
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 47b34e9 commit f6210d5
File tree
5 files changed
+57
-437
lines changed- .github/workflows
5 files changed
+57
-437
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
0 commit comments