From dcd9f40825a62fe09dc74142475ef57f68076647 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 25 Jan 2026 08:14:13 +0000 Subject: [PATCH] Update Python version range to 3.14 in Github Action (#2716) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 21268f9c..50f7cf34 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: - uses: actions/setup-python@v6 id: python with: - python-version: "3.11 - 3.13" + python-version: "3.11 - 3.14" update-environment: false - id: cibw