Skip to content

Commit

Permalink
fix: stupid dependency mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Nov 3, 2023
1 parent e386ad6 commit cb19cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- "thirdparty/**"
- "tests/**"
- ".github/workflows/CI*"
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
requires-python = ">=3.8,<3.13"
dependencies = [
"aiohttp<3.10,>=3.8.4;python_version=='3.8'",
"aiohttp<4,>=3.8.4;python_version=='3.9' and python_version<'3.12'",
"aiohttp<4,>=3.8.4;python_version>='3.9' and python_version<'3.12'",
"aiohttp<4,>=3.9.0b0;python_version>='3.12'",
"beautifulsoup4<4.13,>=4.4.1;python_version=='3.8'",
"beautifulsoup4<5,>=4.5.2;python_version=='3.9'",
Expand Down

0 comments on commit cb19cc9

Please sign in to comment.