Skip to content

Commit 892aa60

Browse files
authored
Temporarily pin to 3.12.0a4 pending dependency support for a5+ (#331)
1 parent 830cdd5 commit 892aa60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
15+
# TODO replace 3.12.0-alpha.4 with 3.12-dev when
16+
# aiohttp, frozenlist and yarl support alpha 5+
17+
# https://github.com/python/blurb_it/pull/330#issuecomment-1449496275
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-alpha.4"]
1619

1720
steps:
1821
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)