From d7d98d41cdc11c4432915d5c930bca330cb69302 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 11 Jun 2026 08:57:54 -0400 Subject: [PATCH] actions: rebuild for Python 3.14.6 --- .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 ea2837f0..c719c369 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20260609 + key: gam-${{ matrix.jid }}-20260611 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'