From ceccf1bb661f899b31a8bb661cad6cd3700af259 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 7 Oct 2024 10:05:31 -0700 Subject: [PATCH] Test against 3.13.0-rc.3 - refs #2434 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8191d4cf..e90c2d90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.3"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}