From 0eaf52bb23c612c15cceced87f0e69997bd4a839 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 9 Oct 2025 19:23:15 -0700 Subject: [PATCH 1/2] Update build.yml --- .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 3bb6e130..f1fdb1cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" - name: Install development dependencies run: python -m pip install -r requirements-dev.txt From 4dc38a986b955a1f5baf53228b1ec65c6f374291 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 9 Oct 2025 19:41:46 -0700 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1fdb1cf..42cb026b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Install project dependencies @@ -137,7 +137,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Install project dependencies @@ -189,7 +189,7 @@ jobs: uses: ./.github/workflows/build-wheel.yml needs: [tests-unix, read-version] with: - python-version: "3.10" + python-version: "3.14" architecture: ${{ matrix.target }} artifact-name: wheels-linux-${{ matrix.target }} runs-on: ${{ matrix.runs-on }} @@ -235,7 +235,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Download wheel artifacts @@ -274,7 +274,7 @@ jobs: uses: ./.github/workflows/build-wheel.yml needs: [tests-windows, read-version] with: - python-version: "3.10" + python-version: "3.14" architecture: ${{ matrix.target }} artifact-name: wheels-windows-${{ matrix.target }} runs-on: windows-latest @@ -312,7 +312,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Download wheel artifacts @@ -353,7 +353,7 @@ jobs: uses: ./.github/workflows/build-wheel.yml needs: [tests-unix, read-version] with: - python-version: "3.10" + python-version: "3.14" runs-on: ${{ matrix.runs-on }} artifact-name: wheels-macos-${{ matrix.target }} architecture: ${{ matrix.target }} @@ -403,7 +403,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Download wheel artifacts @@ -451,7 +451,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Install dependencies run: pip install -r requirements.txt