You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade Pylint to support Python 3.12 and 3.13 (#213)
* Fix too-many-positional-arguments error (R0917) and unknown-option-error (W0012) caused by R0917
* Fix useless-return error (R1711)
* Upgrade Pylint version to latest (requires minimum Python 3.9)
* Run poetry lock on failure to install due to change in pythonpackage.yml
* Maintain backward compatibility with Python 3.8 by using the previous compatible dependency versions
* Support Python 3.12 and 3.13
* Add support for Python 3.12 and 3.13 to CHANGELOG.md
* Update poetry.lock
* Remove Python version 3.8 due to EOL so no longer need to test that version
0 commit comments