mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
* Try to test on Python 3.10 * Prevent to YAML type cast * Bump poetry * Removed async_lru * Disable fail-fast on tests * Fixed typing * Added patch-notes
2 lines
140 B
Text
2 lines
140 B
Text
Enabled testing on Python 3.10
|
|
Removed `async_lru` dependency (is incompatible with Python 3.10) and replaced usage with protected property
|