From b1b61e99d50c1fcd314999bd0047f500f17d7963 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 4 Sep 2024 16:43:36 -1000 Subject: [PATCH] chore: start testing with python 3.13 (#204) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: |