From 9d06d82b642e9fc5cee9b751dedc972762cd2bf3 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 14 Jan 2025 18:24:45 -0800 Subject: [PATCH] GHA update --- .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 872fc1fcaf..171d99b53d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: # Check build from .tar - name: Source os: ubuntu-latest - python: "3.7" + python: "3.11" source: true # Linux py builds x64 @@ -207,7 +207,7 @@ jobs: - name: Setup native python uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python || '3.7' }} + python-version: ${{ matrix.python || '3.11' }} #architecture: x64 # TLS 1.0 and 1.1 support was removed from pypi so the cached pip won't work