From f4f1be51e8e2a8867eedce845e42ff9c5aa897cb Mon Sep 17 00:00:00 2001 From: dmoj-build Date: Thu, 6 Aug 2026 01:27:52 +0000 Subject: [PATCH] update python versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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