Commit 6061a05
committed
ci: update deprecated actions and test claimed Python 3.9 support
actions/checkout@v2 and actions/setup-python@v1 run on Node.js
versions that GitHub has deprecated. Bump all checkout/setup-python
steps to their current majors (v4/v5).
pyproject.toml declares requires-python >=3.9 (and carries the
importlib_metadata backport for it), but CI only tested 3.10-3.14.
Add 3.9 to the matrix so the claimed support is actually exercised.1 parent 7e5f16f commit 6061a05
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments