Skip to content

v3.3.8

Latest
Compare
Choose a tag to compare
@jacobtylerwalls jacobtylerwalls released this 24 Dec 01:12
· 123 commits to main since this release

What's New in astroid 3.3.8?

Release date: 2024-12-23

  • Fix inability to import collections.abc in python 3.13.1. The reported fixes in astroid 3.3.6
    and 3.3.7 did not actually fix this issue.

    Closes pylint-dev/pylint#10112