Skip to content

Commit

Permalink
Remove codecov dependency; skip running CI on 3.12 for now (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Apr 30, 2023
1 parent 953f6ff commit 3941316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:

strategy:
matrix:
# TODO replace 3.12.0-alpha.4 with 3.12-dev when
# TODO add 3.12.0-dev when
# aiohttp, frozenlist and yarl support alpha 5+
# https://github.com/python/blurb_it/pull/330#issuecomment-1449496275
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-alpha.4"]
# https://github.com/python/bedevere/pull/547#issuecomment-1529153851
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pytest==7.2.2
pytest-asyncio==0.21.0
pytest-aiohttp==1.0.4
pytest-cov==4.0.0
codecov==2.1.12

0 comments on commit 3941316

Please sign in to comment.