v3.3.0
What's New in astroid 3.3.0?
Release date: 2024-08-04
-
Add support for Python 3.13.
-
Remove support for Python 3.8 (and constants
PY38
,PY39_PLUS
, andPYPY_7_3_11_PLUS
).Refs #2443
-
Add the
__annotations__
attribute to theClassDef
object model.Closes pylint-dev/pylint#7126
-
Implement inference for JoinedStr and FormattedValue
-
Add support for
ssl.OP_LEGACY_SERVER_CONNECT
(new in Python 3.12).Closes pylint-dev/pylint#9849