Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pylint from 2.12.1 to 3.1.0 #10

Merged
merged 1 commit into from
Apr 3, 2024

Commits on Mar 27, 2024

  1. 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.
    RytoEX committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e8f6717 View commit details
    Browse the repository at this point in the history