diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5969d243..175c21d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,13 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11-dev"] + python-version: + # Build on pre-releases until stable, then stable releases. + # actions/setup-python#213 + - ~3.8.0-0 + - ~3.9.0-0 + - ~3.10.0-0 + - ~3.11.0-0 steps: - uses: actions/checkout@v3