Add 1726.removal.rst

This commit is contained in:
andrew000 2025-10-03 10:14:48 +00:00
parent e94e33c496
commit c60b72ae80
No known key found for this signature in database
GPG key ID: F22DA743FBEDA4CB

7
CHANGES/1726.removal.rst Normal file
View file

@ -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.