From a23751e5b3793c7b138b3e28a1e8e61f6de3a97a Mon Sep 17 00:00:00 2001 From: Piotr Jurkiewicz Date: Fri, 13 Sep 2024 21:29:33 +0200 Subject: [PATCH] Bump Python 3.13 version to 3.13.0-rc.2 in test matrix --- .github/workflows/python-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 832116d..a4f8ed0 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1', '3.x'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.0-rc.2', '3.x'] steps: - uses: actions/checkout@v3 - name: Checkout submodule