From 46cbd895be25ed585aa3f3f752b2412c342e778b Mon Sep 17 00:00:00 2001 From: Chris Lavin Date: Wed, 15 Jan 2025 10:31:43 -0700 Subject: [PATCH] Bump Python version in GH Action Signed-off-by: Chris Lavin --- .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 4d553267f..cfdc825a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,10 @@ jobs: java-version: '11' cache: 'gradle' - - name: Setup Python 3.10 + - name: Setup Python 3.14 uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: 3.14 - name: Cache Jars & Data id: cache-rapidwright