diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37710ea6c..a1e1689ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: name: Test with Python ${{ matrix.python-version }} strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] runs-on: windows-latest timeout-minutes: 60 if: "!contains(github.event.head_commit.message, 'skip ci')" @@ -46,6 +46,7 @@ jobs: uses: actions/setup-python@v4.6.1 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Use Python Dependency Cache uses: actions/cache@v3.3.1 with: