Skip to content

Commit 679d78d

Browse files
committed
Revert "Temporarily pin to 3.12.0a4 pending dependency support for a5+ (python#331)"
This reverts commit 892aa60.
1 parent bd937aa commit 679d78d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
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"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
1916

2017
steps:
2118
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)