mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Py3.14 support
Bump .pre-commit-config.yaml Bump `mongo` feature deps Bump `proxy` feature dep Bump `test` feature deps Bump `dev` feature deps Set `aiohttp` max version `<3.14` Fix `test_isolation.py` tests Fix `test_storages.py` tests Add Py version limit `<3.15` (breaking changes possible) Add new `uvloop` starter to `Dispatcher.run_polling` Remove old `uvloop` `set_event_loop_policy` Remove `pytest-lazy-fixture`
This commit is contained in:
parent
0c6a705310
commit
7c6d78cf30
7 changed files with 58 additions and 51 deletions
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v6.0.0
|
||||
hooks:
|
||||
- id: "trailing-whitespace"
|
||||
- id: "check-case-conflict"
|
||||
|
|
@ -20,6 +20,6 @@ repos:
|
|||
files: &files '^(aiogram|tests|examples)'
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: 'v0.13.3'
|
||||
rev: 'v0.14.0'
|
||||
hooks:
|
||||
- id: ruff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue