diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc45359..26b88f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python-version: [ 3.10.20, 3.11.15, 3.12.13, 3.13.14, 3.14.6 ] + python-version: [ 3.10.20, 3.11.15, 3.12.13, 3.13.15, 3.14.7 ] steps: - uses: actions/checkout@v6 - name: Download docker image @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-24.04-arm strategy: matrix: - python-version: [ 3.10.20, 3.11.15, 3.12.13, 3.13.14, 3.14.6 ] + python-version: [ 3.10.20, 3.11.15, 3.12.13, 3.13.15, 3.14.7 ] steps: - uses: actions/checkout@v6 - name: Download docker image