diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c161f54..f89818e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.7', '3.8', '3.9', '3.10', 'latest'] + python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'latest'] fail-fast: false permissions: @@ -24,6 +24,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python && '3.11' || matrix.python }} + allow-prereleases: true - name: Install tools run: |