From 6ed63c6ec606f67a27207d053b014c485325b71d Mon Sep 17 00:00:00 2001 From: djoh Date: Sun, 8 Dec 2024 02:03:07 +0900 Subject: [PATCH] Update ci-python.yml --- .github/workflows/ci-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index c30be1a..2b48980 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: [3.8.20, 3.9.20, 3.10.15, 3.11.10, 3.12.7, 3.13.0] + python_version: [3.8.20, 3.9.21, 3.10.16, 3.11.11, 3.12.8, 3.13.1] steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4