From 4d3edf7203c987397b5476bfdf365c8f2bff0d01 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 14 Aug 2025 16:30:11 -0400 Subject: [PATCH] actions: rebuild for Python 3.13.7 --- .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 e06eeae6..c991a1cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20250805 + key: gam-${{ matrix.jid }}-20250814 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'