diff --git a/changelog/12467.improvement.rst b/changelog/12467.improvement.rst new file mode 100644 index 000000000..b1e0581ed --- /dev/null +++ b/changelog/12467.improvement.rst @@ -0,0 +1,3 @@ +Migrated all internal type-annotations to the python3.10+ style by using the `annotations` future import. + +-- by :user:`RonnyPfannschmidt`