From ba869f106dfd16397b383715a7a1e7606ed030d4 Mon Sep 17 00:00:00 2001 From: Corentin Garcia Date: Mon, 2 Sep 2024 22:26:32 +0200 Subject: [PATCH] chore(tests): test against 3.13rc1 --- .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 991a9fd..0e5ea3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: python-version: - ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.1", "pypy3.9", "pypy3.10"] + ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1", "pypy3.9", "pypy3.10"] runs-on: ubuntu-latest steps: - name: Checkout code