From 05333d952187d9cb2892f6b814e0360d347bfd78 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 4 Feb 2025 16:11:30 -0500 Subject: [PATCH] rebuild for Python 3.13.2 --- .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 c512bbb7..df4e62ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20250116 + key: gam-${{ matrix.jid }}-20250204 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'