diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 97c1960..b779ea3 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout sources uses: actions/checkout@v3.5.2 @@ -52,6 +52,8 @@ jobs: uses: actions/setup-python@v4.5.0 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true + check-latest: true - name: Install dependencies run: | python -m pip install --upgrade pip