From 3491bd228604c84e5c15a65b720174a988eccc57 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 2 Dec 2025 16:24:50 -0500 Subject: [PATCH] actions: rebuild for Python 3.14.1 --- .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 02491af5..e3fed791 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20251031 + key: gam-${{ matrix.jid }}-20251202 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'