diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3efed9cc..0726b2ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" os: - ubuntu-latest pydantic: @@ -61,6 +62,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: "poetry" + allow-prereleases: true - run: echo "Cache hit:${{ steps.setup-python.outputs.cache-hit }}" # true if cache-hit occurred on the primary key - name: Install Dependencies run: |