Commit 7e3925e
Stop testing unsupported Python 3.8 and 3.9
Either support Python 3.8 and 3.9 officially and keep testing these
versions, or stop testing. This grey area where you don't support
versions but still test them just in case doesn't help. For example,
ruff targets `requires-python` and generates code that may not be
compatible with earlier versions. Such code will break CI tests
with unsupported versions of Python.1 parent 315f6c1 commit 7e3925e
1 file changed
Lines changed: 0 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 38 | | |
71 | 39 | | |
72 | 40 | | |
| |||
0 commit comments