diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 177de0b..51ad325 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.10.20, 3.11.15, 3.12.13, 3.13.12, 3.14.3 ] + python-version: [ 3.10.20, 3.11.15, 3.12.13, 3.13.13, 3.14.4 ] arch: [ amd64, aarch64 ] steps: - uses: actions/checkout@v6