Skip to content

Commit

Permalink
Temporarily pin to 3.12.0a4 pending dependency support for a5+ (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 1, 2023
1 parent 8fa99c8 commit 5f61b88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
# TODO replace 3.12.0-alpha.4 with 3.12-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"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5f61b88

Please sign in to comment.