mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Enable Python 3.10 for tests (#719)
* 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
This commit is contained in:
parent
99c99cec78
commit
7405db2ad3
11 changed files with 36 additions and 81 deletions
2
CHANGES/719.misc
Normal file
2
CHANGES/719.misc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Enabled testing on Python 3.10
|
||||
Removed `async_lru` dependency (is incompatible with Python 3.10) and replaced usage with protected property
|
||||
Loading…
Add table
Add a link
Reference in a new issue