mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
7 lines
378 B
ReStructuredText
7 lines
378 B
ReStructuredText
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.
|