diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index a05369b..6eeeb3d 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: [3.8.19, 3.9.19, 3.10.14, 3.11.9, 3.12.5] + python_version: [3.8.20, 3.9.20, 3.10.15, 3.11.10, 3.12.7, 3.13.0] steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4