From 51d86d89b148ca4ad14ffb78fef90956926fd5fa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:03:18 +0000 Subject: [PATCH 1/2] Initial plan From 38aef574fed5fd761b97a61361d36fc6db80f4cd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:03:59 +0000 Subject: [PATCH 2/2] Update deploy-github-pages.yml to use Python 3.8 Co-authored-by: elenagonzalez870 <52000594+elenagonzalez870@users.noreply.github.com> --- .github/workflows/deploy-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index b2e5a85..4429b3a 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7] + python-version: [3.8] steps: - name: Checkout repository