From d91e1c16ba3d941f834e0fa929b3d4329c052fbc Mon Sep 17 00:00:00 2001 From: Unay Santisteban Date: Wed, 13 May 2026 17:55:22 +1000 Subject: [PATCH] ci(release): match supported Python versions (3.10-3.14) in test-install matrix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28cfe7a..025b266 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: strategy: matrix: - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Set up Python ${{ matrix.python-version }}