Skip to content

Commit

Permalink
Update workflow and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Mar 16, 2024
1 parent c7acd4b commit aa38e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.x"]
python-version: ["3.10", "3.x"]

name: "Type Coverage and Linting @ ${{ matrix.python-version }}"
steps:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
aiohttp>=3.9.1,<4
aiohttp>=3.9.1,<4
typing_extensions>=4.1.0

0 comments on commit aa38e69

Please sign in to comment.