From 925c1f916674dcba011af49b3f139ee1fa2d0011 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:26:44 +0000 Subject: [PATCH 1/2] Initial plan From 8131050ab24a39ad33981da305004c8d204d6cc9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:30:09 +0000 Subject: [PATCH 2/2] Remove Python 3.14 from CI matrix and dependencies Co-authored-by: alvarolopez <468751+alvarolopez@users.noreply.github.com> --- .github/workflows/ci.yml | 1 - pyproject.toml | 1 - tox.ini | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b86a74..ced2727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: '3.11', '3.12', '3.13', - '3.14', ] steps: diff --git a/pyproject.toml b/pyproject.toml index d01bc2d..764c269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3 :: Only", ] requires-python = ">=3.9" diff --git a/tox.ini b/tox.ini index 68d64b7..ed14490 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 4.23.2 envlist = - py3{9, 10, 11, 12, 13, 14} + py3{9, 10, 11, 12, 13} linters [base] @@ -23,7 +23,6 @@ python = 3.11: py311, linters 3.12: py312, linters 3.13: py313, linters - 3.14: py314, linters [testenv] # Force to upgrade pip/wheel/setuptools to the latest version