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
|
|
@ -36,7 +36,6 @@ magic-filter = "^1.0.2"
|
|||
aiohttp = "^3.7.4"
|
||||
pydantic = "^1.8.2"
|
||||
aiofiles = "^0.7.0"
|
||||
async_lru = "^1.0.2"
|
||||
# Fast
|
||||
uvloop = { version = "^0.16.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true }
|
||||
# i18n
|
||||
|
|
@ -127,7 +126,6 @@ known_third_party = [
|
|||
"aiohttp",
|
||||
"aiohttp_socks",
|
||||
"aresponses",
|
||||
"async_lru",
|
||||
"packaging",
|
||||
"pkg_resources",
|
||||
"pydantic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue