From ab08013c86626ff86d89cf7215ea52534448da60 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 31 Oct 2025 15:37:37 +0000 Subject: [PATCH 1/2] Initial plan From 6da114e910f690e953078f437a46290001a6c6e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 31 Oct 2025 15:44:58 +0000 Subject: [PATCH 2/2] Update Python version to 3.14 Co-authored-by: simonw <9599+simonw@users.noreply.github.com> --- .github/workflows/scrape.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index 33c110f..7b43ef1 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -34,10 +34,10 @@ jobs: env: REPO_DESC: ${{ github.event.repository.description }} # Uncomment to use Python: - # - name: Set up Python 3.13 + # - name: Set up Python 3.14 # uses: actions/setup-python@v5 # with: - # python-version: "3.13" + # python-version: "3.14" # cache: "pip" # - name: Install dependencies # run: |