Commit 94b7491
Stop testing unsupported Python 3.8 and 3.9 (again)
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 200b784 commit 94b7491
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments