From 04084094bbe3c6404b9c16eeb7839dfbf3503a7a Mon Sep 17 00:00:00 2001 From: dmoj-build Date: Wed, 8 Apr 2026 04:55:16 +0000 Subject: [PATCH] update python versions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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