From 274ebb4d0c7b0dcd2a375357dfd3b665115e3f15 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 30 Sep 2024 11:00:29 +0200 Subject: [PATCH] ci: Run tests in python 3.13-rc --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c502400..59542a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,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.0-rc.2"] steps: - uses: actions/checkout@v4