Skip to content

Commit

Permalink
minimum version of aiogram increased
Browse files Browse the repository at this point in the history
  • Loading branch information
loRes228 committed Jun 1, 2024
1 parent 2e098a1 commit 02cf2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
aiogram-version:
- "3.6.0"
- "3.7.0"
defaults:
run:
shell: bash
Expand All @@ -47,7 +44,7 @@ jobs:
cache-dependency-path: pyproject.toml

- name: Install dependencies
run: python -m pip install --upgrade .[dev,test,redis,mongo,sqlalchemy] build pip aiogram=="${{ matrix.aiogram-version }}"
run: python -m pip install --upgrade .[dev,test,redis,mongo,sqlalchemy] build pip aiogram

- name: Lint code
run: make lint
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ keywords = [
"wrapper"
]
dependencies = [
"aiogram>=3.6.0"
"aiogram>=3.7.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 02cf2b7

Please sign in to comment.