Skip to content

Commit

Permalink
Github Actions: update aiohttp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
messa authored Apr 11, 2024
1 parent a48a7de commit 9002734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
aiohttp-version: ['3.8.6', '3.7.4']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
aiohttp-version: ['3.7.4', '3.8.6', '3.9.3']

steps:
- uses: actions/checkout@v4
Expand All @@ -33,8 +33,8 @@ jobs:
pip install flake8
# Stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# The GitHub editor is 127 chars wide
flake8 . --count --max-complexity=10 --statistics
# Run linter; use configuration from file .flake8
flake8 . --count --statistics
- name: Install the project
run: |
Expand Down

0 comments on commit 9002734

Please sign in to comment.