From c1f724e59fb0d92459ba85480ca39b6b02eb33ba Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:02:28 +0000 Subject: [PATCH 1/2] Initial plan From a9a6cde388a06d815a45276c8067e54eb0298be2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:04:43 +0000 Subject: [PATCH 2/2] Add free-threaded Python builds (3.13t, 3.14t) to CI matrix Agent-Logs-Url: https://github.com/jaraco/skeleton/sessions/806b3a23-52a0-400c-85ef-08d6842f7c84 Co-authored-by: jaraco <308610+jaraco@users.noreply.github.com> --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d40c74ac..d1837eca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,7 @@ jobs: python: - "3.10" - "3.13" + - "3.13t" platform: - ubuntu-latest - macos-latest @@ -47,6 +48,8 @@ jobs: platform: ubuntu-latest - python: "3.14" platform: ubuntu-latest + - python: "3.14t" + platform: ubuntu-latest - python: "3.15" platform: ubuntu-latest - python: pypy3.10