From c60b72ae80eba030d513fa22beccfe5727127599 Mon Sep 17 00:00:00 2001 From: andrew000 <11490628+andrew000@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:14:48 +0000 Subject: [PATCH] Add `1726.removal.rst` --- CHANGES/1726.removal.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGES/1726.removal.rst diff --git a/CHANGES/1726.removal.rst b/CHANGES/1726.removal.rst new file mode 100644 index 00000000..6e6570ed --- /dev/null +++ b/CHANGES/1726.removal.rst @@ -0,0 +1,7 @@ +Due to EOL of Py3.9 - this PR is presented. +https://devguide.python.org/versions/ + +PR change type annotation to much prettier py3.10+ style, droping `List`, `Set`, etc ugly type-hints, replacing them with `list`, `set`, etc. +Also this PR provide some code refactor like concatenating nested `if` expression + +In the end - some requirements bumped, first due to security reasons.