mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix compatibility with Python 3.8-3.9 (#1162)
* Try to fix compatibility with Python 3.8-3.9 * Added changelog
This commit is contained in:
parent
399ccb2b00
commit
fb3076d40f
4 changed files with 49 additions and 5 deletions
|
|
@ -151,6 +151,13 @@ extra-dependencies = [
|
|||
"butcher @ git+https://github.com/aiogram/butcher.git@v0.1.14"
|
||||
]
|
||||
|
||||
[tool.hatch.envs.dev.scripts]
|
||||
update = [
|
||||
"butcher parse",
|
||||
"butcher refresh",
|
||||
"butcher apply all",
|
||||
]
|
||||
|
||||
[tool.hatch.envs.test]
|
||||
features = [
|
||||
"fast",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue