mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add 1726.removal.rst
This commit is contained in:
parent
e94e33c496
commit
c60b72ae80
1 changed files with 7 additions and 0 deletions
7
CHANGES/1726.removal.rst
Normal file
7
CHANGES/1726.removal.rst
Normal 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue