diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca1ca59a..8a227970 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 @@ -33,6 +33,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: "pip" + allow-prereleases: true - name: Install hatch run: pip install hatch