Commit e8f6717
committed
Update pylint from 2.12.1 to 3.1.0
When trying to add Python 3.11 and 3.12, tests failed due to a
dependency chain issue with the chain starting at pylint and ending at
an outdated version of wrapt that did not support Python 3.11+. The
earliest version of pylint with an updated version of wrapt is pylint
2.15. However, pylint 3.1.0 is the current version, so use that instead.1 parent 14b73b5 commit e8f6717
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
0 commit comments