v2.0.0a1
Pre-releaseA small pylint update lead into a full-blown dependency updates.
That, additionally, lead to deprecating Python 3.8 and 3.9 support. Technically, as of writing this, https://devguide.python.org/versions/ does NOT show 3.9 as deprecated. However, many dependencies have already dropped support for them - and, according to the page, 3.9's deprecation date is 2025-10.
In the meantime, do some minor CI improvements, and introduce pyupgrade for automatic code modernization.
What's Changed
-
Allow installing the plugin with pylint v4 by @webknjaz in #129
-
Update package versions, and configurations:
pre-commit,Makefile,pyproject.toml, andtox.iniby @stdedos in #75 -
Bump pre-commit from 3.6.0 to 3.6.2 by @dependabot[bot] in #46
-
Bump pip-tools from 7.3.0 to 7.4.0 by @dependabot[bot] in #48
-
Bump actions/cache from 4.0.0 to 4.0.1 by @dependabot[bot] in #52
-
Bump pylint from 3.0.3 to 3.1.0 by @dependabot[bot] in #49
-
Bump pip-tools from 7.4.0 to 7.4.1 by @dependabot[bot] in #54
-
Bump wheel from 0.42.0 to 0.43.0 by @dependabot[bot] in #55
-
Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot[bot] in #57
-
Bump pre-commit from 3.6.2 to 3.7.0 by @dependabot[bot] in #58
-
Bump actions/cache from 4.0.1 to 4.0.2 by @dependabot[bot] in #59
New Contributors
Full Changelog: