diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e763fbe..4ad03fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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