Skip to content

Commit

Permalink
feat: new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuckowski committed Dec 12, 2024
1 parent 4d61d44 commit 2ade18f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ jobs:
- python-minor-version: 11
aiohttp-version: aiohttp38
os: ubuntu-latest

- python-minor-version: 12
aiohttp-version: aiohttp38
os: ubuntu-latest
- python-minor-version: 12
- python-minor-version: 11
aiohttp-version: aiohttp39
os: ubuntu-latest
- python-minor-version: 12
- python-minor-version: 11
aiohttp-version: aiohttp310
os: ubuntu-latest
- python-minor-version: 11
aiohttp-version: aiohttp311
os: ubuntu-latest

- python-minor-version: 12
aiohttp-version: aiohttp311
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8==5.0.4
tox==3.19.0
coverage==5.2.1
Sphinx==1.5.6
pytest==8.1.0
pytest
pytest-cov==2.10.1
pytest-html==2.1.1
ddt==1.4.1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist =
py38-aiohttp{34,35,36,37,38}
py39-aiohttp{37,38}
py310-aiohttp{37,38}
py311-aiohttp{38,39}
py311-aiohttp{38,39,310,311}
py312-aiohttp{38,39,310,311}
skipsdist = True

Expand Down

0 comments on commit 2ade18f

Please sign in to comment.